diff --git a/hosts/common/configuration.nix b/hosts/common/configuration.nix index 4301643..5cae79c 100644 --- a/hosts/common/configuration.nix +++ b/hosts/common/configuration.nix @@ -6,7 +6,6 @@ in imports = [ ]; - boot.kernelPackages = pkgs.linuxPackages_6_12; boot.loader = { systemd-boot.enable = true; efi.canTouchEfiVariables = true; @@ -48,6 +47,7 @@ in }; }; tailscale.enable = true; + # zfs set com.sun:auto-snapshot=true DATASET zfs.autoSnapshot.enable = true; hardware.bolt.enable = true; nscd.enable = true; @@ -161,6 +161,7 @@ in updatePkgs.signal-desktop gcc tree + file # emacs dependencies ispell diff --git a/hosts/sandy/configuration.nix b/hosts/sandy/configuration.nix index d124377..037dbed 100644 --- a/hosts/sandy/configuration.nix +++ b/hosts/sandy/configuration.nix @@ -4,12 +4,13 @@ let in { imports = [ - ../common-config.nix + ../common/configuration.nix ./hardware-configuration.nix - ./sunshine.nix nixos-hardware.nixosModules.framework-11th-gen-intel ]; + boot.kernelPackages = pkgs.linuxPackages_6_12; + networking = { hostId = "7be305c3"; hostName = "sandy";