summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2025-02-03 22:04:02 +0100
committerJasper Ras <jras@hostnet.nl>2025-02-03 22:04:02 +0100
commit574da5b3416e2376c4ffe20a53ddb1dc2c02b6ce (patch)
treef52234097940d6e3b3018d777f6ecbd14384392a /flake.nix
parentfa83bdc5067417e3407241b17116a560c9d86b61 (diff)
move around work host config
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/flake.nix b/flake.nix
index fdd5e8b..f2245d1 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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