summaryrefslogtreecommitdiff
path: root/nixos/flake.nix
diff options
context:
space:
mode:
authorcaley <u65487754@gmail.com>2026-06-11 22:55:36 +0200
committerGitHub <noreply@github.com>2026-06-11 22:55:36 +0200
commit49cce195a0b96adf7883e0487bcee0eaed52b068 (patch)
treeac53e69c14cf404652d962c01ea8ac8a321904c5 /nixos/flake.nix
parent9432c0d987089fe654b12a02c4d4e36d5552701c (diff)
Update flake.nix
Diffstat (limited to 'nixos/flake.nix')
-rw-r--r--nixos/flake.nix4
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
{