aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-06-22 01:25:32 +0530
committerAkshay Nair <phenax5@gmail.com>2025-06-22 01:25:32 +0530
commit1ea3c72321a83143591bd4e9989da94798c2d71b (patch)
treea3d584226f176ad6b7e71fff5e646216d0dff63d /flake.nix
parente8344d9f10cc3313c69dc9717d02602645048c1a (diff)
downloadhomeserver-nixos-config-1ea3c72321a83143591bd4e9989da94798c2d71b.tar.gz
homeserver-nixos-config-1ea3c72321a83143591bd4e9989da94798c2d71b.zip
Add immish dashboard link + refactor stuff
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 8875022..2605a68 100644
--- a/flake.nix
+++ b/flake.nix
@@ -9,11 +9,9 @@
system = "x86_64-linux";
specialArgs = {
settings = import ./settings.nix { inherit (nixpkgs) lib; };
+ inherit nixos-hardware;
};
- modules = [
- "${nixos-hardware}/lenovo/ideapad"
- ./configuration.nix
- ];
+ modules = [ ./modules/config.nix ];
};
};
}