diff --git a/enviroments/client/default.nix b/enviroments/client/default.nix deleted file mode 100644 index 56f5422..0000000 --- a/enviroments/client/default.nix +++ /dev/null @@ -1,7 +0,0 @@ -{pkgs, ...}: { - imports = []; - - environment.systemPackages = with pkgs; [ - cachefilesd - ]; -} diff --git a/hosts/horizon/configuration.nix b/hosts/horizon/configuration.nix index 50b574b..593274c 100644 --- a/hosts/horizon/configuration.nix +++ b/hosts/horizon/configuration.nix @@ -1,8 +1,6 @@ {inputs, ...}: { imports = [ inputs.nixos-hardware.nixosModules.framework-11th-gen-intel - - ../../enviroments/client ]; nixpkgs.config.allowUnfree = true; diff --git a/hosts/horizon/hardware-configuration.nix b/hosts/horizon/hardware-configuration.nix index 9b4074d..184be7a 100644 --- a/hosts/horizon/hardware-configuration.nix +++ b/hosts/horizon/hardware-configuration.nix @@ -4,6 +4,7 @@ { config, lib, + pkgs, modulesPath, ... }: { @@ -80,6 +81,10 @@ }; }; + environment.systemPackages = with pkgs; [ + cachefilesd + ]; + services.cachefilesd.enable = true; swapDevices = [ diff --git a/hosts/twilight/configuration.nix b/hosts/twilight/configuration.nix index 872e944..75c8dc7 100644 --- a/hosts/twilight/configuration.nix +++ b/hosts/twilight/configuration.nix @@ -1,8 +1,4 @@ {pkgs, ...}: { - imports = [ - ../../enviroments/client - ]; - nixpkgs.config.allowUnfree = true; host = { diff --git a/hosts/twilight/hardware-configuration.nix b/hosts/twilight/hardware-configuration.nix index f1cd73f..d547c9c 100644 --- a/hosts/twilight/hardware-configuration.nix +++ b/hosts/twilight/hardware-configuration.nix @@ -66,6 +66,10 @@ }; }; + environment.systemPackages = with pkgs; [ + cachefilesd + ]; + swapDevices = []; networking = {