aboutsummaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorSimen A. W. Olsen <hello@simenandre.no>2026-03-21 18:59:32 +0100
committerSimen A. W. Olsen <hello@simenandre.no>2026-03-21 18:59:32 +0100
commit14ec612c9cb1ad2b24bf249c685d268edfab1c02 (patch)
tree94eb70a8c1792f4ba534739292e561556e6bce9b /flake.nix
parente3c7eaecc389a7c1c0ddd501ba46abf4b9c2d6eb (diff)
downloaddotfiles-14ec612c9cb1ad2b24bf249c685d268edfab1c02.tar.gz
dotfiles-14ec612c9cb1ad2b24bf249c685d268edfab1c02.zip
feat: add nixbox configs
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 4748a3d..479e958 100644
--- a/flake.nix
+++ b/flake.nix
@@ -55,6 +55,7 @@
nixosConfigurations."nixbox" = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
+ ./hosts/nixbox/hardware-configuration.nix
./modules/nixos
home-manager.nixosModules.home-manager
{