diff options
Diffstat (limited to 'installer.nix')
-rw-r--r-- | installer.nix | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/installer.nix b/installer.nix index 5fe58494..310105b8 100644 --- a/installer.nix +++ b/installer.nix | |||
@@ -1,14 +1,9 @@ | |||
1 | { flake, pkgs, ... }: { | 1 | { flake, pkgs, ... }: { |
2 | imports = with flake.nixosModules.systemProfiles; [ | 2 | imports = with flake.nixosModules.systemProfiles; [ |
3 | default-locale | 3 | default-locale zfs |
4 | ]; | 4 | ]; |
5 | 5 | ||
6 | config = { | 6 | config = { |
7 | boot = { | ||
8 | kernelPackages = pkgs.linuxPackages_latest; | ||
9 | zfs.enableUnstable = true; | ||
10 | }; | ||
11 | |||
12 | networking.wireless.enable = false; | 7 | networking.wireless.enable = false; |
13 | 8 | ||
14 | networking.firewall = { | 9 | networking.firewall = { |