Infini-STICK: reconfigure for new usb stick
This commit is contained in:
parent
4d323f6a79
commit
07b3a6db95
2 changed files with 21 additions and 13 deletions
|
@ -4,6 +4,7 @@
|
|||
./filesystems.nix
|
||||
];
|
||||
|
||||
system.stateVersion = "24.11";
|
||||
networking.hostId = "06a3f197";
|
||||
|
||||
boot.kernelPackages = lib.mkForce config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||
|
@ -15,13 +16,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
persist = {
|
||||
directories = [
|
||||
];
|
||||
|
||||
files = [
|
||||
];
|
||||
specialisation."Graphical".configuration = {
|
||||
modules.desktop.wm.enable = true;
|
||||
};
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue