diff options
author | Frankie B. <git@diskfloppy.me> | 2024-08-25 01:06:21 +0100 |
---|---|---|
committer | Frankie B. <git@diskfloppy.me> | 2024-08-25 01:06:21 +0100 |
commit | e68b978c77284c18aed20042ee7122af53567d8f (patch) | |
tree | 283ae08c6d55262edb8e7df2c1944edac501f525 /hosts/default.nix | |
parent | d2b3336f13ab02598f056ddbab397570e2193e37 (diff) |
fuck
Diffstat (limited to 'hosts/default.nix')
-rw-r--r-- | hosts/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/default.nix b/hosts/default.nix index f4393d2..411999a 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -31,10 +31,10 @@ in { ]; }; - "banana" = mkSystem { + "sunfish" = mkSystem { specialArgs = commonArgs; modules = [ - ./banana/configuration.nix + ./sunfish/configuration.nix home-manager home ]; |