aboutsummaryrefslogtreecommitdiff
path: root/hosts/default.nix
diff options
context:
space:
mode:
authorFrankie B. <git@diskfloppy.me>2024-08-25 01:06:21 +0100
committerFrankie B. <git@diskfloppy.me>2024-08-25 01:06:21 +0100
commite68b978c77284c18aed20042ee7122af53567d8f (patch)
tree283ae08c6d55262edb8e7df2c1944edac501f525 /hosts/default.nix
parentd2b3336f13ab02598f056ddbab397570e2193e37 (diff)
fuck
Diffstat (limited to 'hosts/default.nix')
-rw-r--r--hosts/default.nix4
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
];