diff options
| author | caley <u65487754@gmail.com> | 2026-06-11 22:55:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-11 22:55:36 +0200 |
| commit | 49cce195a0b96adf7883e0487bcee0eaed52b068 (patch) | |
| tree | ac53e69c14cf404652d962c01ea8ac8a321904c5 | |
| parent | 9432c0d987089fe654b12a02c4d4e36d5552701c (diff) | |
Update flake.nix
| -rw-r--r-- | nixos/flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/flake.nix b/nixos/flake.nix index c1fda9e..dbd6795 100644 --- a/nixos/flake.nix +++ b/nixos/flake.nix @@ -15,7 +15,7 @@ box = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ - ./common.nix + ./default.nix ./hosts/box home-manager.nixosModules.home-manager { @@ -35,7 +35,7 @@ bin = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ - ./common.nix + ./default.nix ./hosts/bin home-manager.nixosModules.home-manager { |
