Infini-STICK: reconfigure for new usb stick

This commit is contained in:
Infinidoge 2024-09-04 02:08:05 -04:00
parent 4d323f6a79
commit 07b3a6db95
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A
2 changed files with 21 additions and 13 deletions

View file

@ -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";
}