diff --git a/flake.nix b/flake.nix index 73b9579..4b8d05a 100755 --- a/flake.nix +++ b/flake.nix @@ -97,6 +97,13 @@ ./servers/nginx.nix ]; }; + skip = mkSystem { + modules = [ + ./systems/common.nix + ./users/jsutter.nix + ./systems/skip.nix + ]; + }; }; }; } diff --git a/systems/warp.nix b/systems/warp.nix index c241292..caa3a92 100755 --- a/systems/warp.nix +++ b/systems/warp.nix @@ -1,5 +1,5 @@ { config, lib, pkgs, modulesPath, ... }: { - networking.hostName = "warp"; + networking.hostName = "skip01"; fileSystems."/" = { device = "/dev/disk/by-partlabel/primary";