fix: bad references for server linux

This commit is contained in:
Noah Masur
2022-12-22 00:31:25 +00:00
parent d021baa1bb
commit b4ddb149cc
14 changed files with 30 additions and 20 deletions

View File

@ -15,12 +15,14 @@ nixpkgs.lib.nixosSystem {
../../modules
../../nixos
(removeAttrs globals [ "mail.server" ])
wsl.nixosModules.wsl
home-manager.nixosModules.home-manager
{
server = true;
gui.enable = false;
theme = { colors = (import ../../colorscheme/gruvbox).dark; };
nixpkgs.overlays = overlays;
wsl.enable = false;
# FQDNs for various services
networking.hostName = "oracle";