Skip to content

Commit

Permalink
moving development host config to latest iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
Bert-Proesmans committed May 5, 2024
1 parent fad7e37 commit 10c11ef
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions nixosModules/hosts/development.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,9 @@
# It's best practise to mark the pools as 'exported' before moving them between systems.
# NOTE; Force importing is possible, ofcourse.
networking.hostId = "9c522fc1";
boot.supportedFilesystems = [ "zfs" ];
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
# Leave ZFS pool alone!
boot.zfs.forceImportRoot = false;
boot.zfs.forceImportAll = false;

proesmans.filesystem.simple-disk.enable = true;
proesmans.filesystem.simple-disk.systemd-boot.enable = true;
proesmans.nix.linux-64 = true;
proesmans.nix.garbage-collect.enable = true;
proesmans.internationalisation.be-azerty.enable = true;
Expand Down

0 comments on commit 10c11ef

Please sign in to comment.