Giter VIP home page Giter VIP logo

Comments (4)

raspher avatar raspher commented on August 28, 2024

It would be awesome if nixos-infect would support attaching user configuration.

from nixos-infect.

waalge avatar waalge commented on August 28, 2024

Also had this issue.
I dirty fix was to interrupt the nixos script in its final steps

...
installing the GRUB 2 boot loader on /dev/sda...
i386-pc wird für Ihre Plattform installiert.
<ctrl + c> 

Moving the nixos config

mv /etc/nixos ./nixos-generated-by-infect 

Finding the nixos-generate-config tool

ls -1 /nix/store | grep "nixos-generate-config" 

running the executable to generate the config

/nix/store/<hash>-nixos-generate-config/bin/nixos-generate-config

And then manually editing the generated config (/etc/nixos/configuration.nix), adding the grub devices, and pulling in some of the declarations from the nixos-infect one (namely ssh service on, key for root user added)

from nixos-infect.

 avatar commented on August 28, 2024

@waalge what provider? i've had this issue before about 5 months ago then randomly went away. i'm using 22.11 channel currently without issue. 🧐

from nixos-infect.

waalge avatar waalge commented on August 28, 2024

I think it was a VDS from https://signaltransmitter.de/

from nixos-infect.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.