mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 09:40:14 +00:00
fix: bad references for server linux
This commit is contained in:
@ -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";
|
||||
|
Reference in New Issue
Block a user