Merge changes from skip system - separate desktop configuration

This commit is contained in:
Julian Sutter 2026-02-16 16:22:53 -08:00
commit 5e9202494f
2 changed files with 8 additions and 1 deletions

View file

@ -97,6 +97,13 @@
./servers/nginx.nix ./servers/nginx.nix
]; ];
}; };
skip = mkSystem {
modules = [
./systems/common.nix
./users/jsutter.nix
./systems/skip.nix
];
};
}; };
}; };
} }

View file

@ -1,5 +1,5 @@
{ config, lib, pkgs, modulesPath, ... }: { { config, lib, pkgs, modulesPath, ... }: {
networking.hostName = "warp"; networking.hostName = "skip01";
fileSystems."/" = fileSystems."/" =
{ device = "/dev/disk/by-partlabel/primary"; { device = "/dev/disk/by-partlabel/primary";