Working nixos-anywhere directly to nocix-amd-legacy-sexcore
This was essentiall an OS wipe, adding root authorized keys, then running nix-anywhere out of the main flake. Saves a bunch of steps which is really nice. I removed the data disk from the disko config in the hopes it would solve a problem that looked like: ### Installing NixOS ### Pseudo-terminal will not be allocated because stdin is not a terminal. Warning: Permanently added 'nocix-amd-legacy-sexcore.gleipnir.technology' (ED25519) to the list of known hosts. installing the boot loader... mkdir: cannot create directory ‘/mnt/sys’: Structure needs cleaning
This commit is contained in:
parent
d0df5172d3
commit
cbb8daebf9
23 changed files with 313 additions and 311 deletions
|
|
@ -35,6 +35,7 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
/*
|
||||
data = {
|
||||
device = "/dev/sdb";
|
||||
type = "disk";
|
||||
|
|
@ -55,6 +56,7 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
*/
|
||||
};
|
||||
lvm_vg = {
|
||||
pool = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue