diff options
| author | Simen A. W. Olsen <hello@simenandre.no> | 2026-03-21 18:59:32 +0100 |
|---|---|---|
| committer | Simen A. W. Olsen <hello@simenandre.no> | 2026-03-21 18:59:32 +0100 |
| commit | 14ec612c9cb1ad2b24bf249c685d268edfab1c02 (patch) | |
| tree | 94eb70a8c1792f4ba534739292e561556e6bce9b /flake.nix | |
| parent | e3c7eaecc389a7c1c0ddd501ba46abf4b9c2d6eb (diff) | |
| download | dotfiles-14ec612c9cb1ad2b24bf249c685d268edfab1c02.tar.gz dotfiles-14ec612c9cb1ad2b24bf249c685d268edfab1c02.zip | |
feat: add nixbox configs
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 { |
