diff options
author | Jasper Ras <jras@hostnet.nl> | 2025-02-03 22:04:02 +0100 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2025-02-03 22:04:02 +0100 |
commit | 574da5b3416e2376c4ffe20a53ddb1dc2c02b6ce (patch) | |
tree | f52234097940d6e3b3018d777f6ecbd14384392a /flake.nix | |
parent | fa83bdc5067417e3407241b17116a560c9d86b61 (diff) |
move around work host config
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -45,13 +45,14 @@ system = "x86_64-linux"; specialArgs = { inherit inputs; }; modules = [ - ./hosts/work.nix update-systemd-resolved.nixosModules.update-systemd-resolved { environment.systemPackages = [ agenix.packages."x86_64-linux".default ]; } home-manager.nixosModules.home-manager agenix.nixosModules.default + + ./configuration/work ./config/shared.nix { @@ -64,9 +65,6 @@ nixosConfigurations.tarrel = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; - # config = { - # allowUnfree = true; - # }; specialArgs = { inherit inputs; }; modules = [ ./hosts/tarrel.nix |