summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2025-02-03 22:07:43 +0100
committerJasper Ras <jras@hostnet.nl>2025-02-03 22:07:43 +0100
commit98c8c5ded88e4836f590db298cf53a5ec30eb353 (patch)
treec5033c7c2acafcdb9e722619d0a11831cb7da621 /flake.nix
parent574da5b3416e2376c4ffe20a53ddb1dc2c02b6ce (diff)
move tarrel into new structure
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index f2245d1..53b78d7 100644
--- a/flake.nix
+++ b/flake.nix
@@ -67,12 +67,13 @@
system = "x86_64-linux";
specialArgs = { inherit inputs; };
modules = [
- ./hosts/tarrel.nix
{
environment.systemPackages = [ agenix.packages."x86_64-linux".default ];
}
home-manager.nixosModules.home-manager
agenix.nixosModules.default
+
+ ./configuration/tarrel
./config/shared.nix
{