Merge changes from skip system - separate desktop configuration
This commit is contained in:
commit
5e9202494f
2 changed files with 8 additions and 1 deletions
|
|
@ -97,6 +97,13 @@
|
||||||
./servers/nginx.nix
|
./servers/nginx.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
skip = mkSystem {
|
||||||
|
modules = [
|
||||||
|
./systems/common.nix
|
||||||
|
./users/jsutter.nix
|
||||||
|
./systems/skip.nix
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue