no more winter

This commit is contained in:
Jill 2023-06-22 11:24:13 +02:00
parent f741de6ceb
commit 90c8a0c450
2 changed files with 13 additions and 13 deletions

View File

@ -101,17 +101,17 @@ in {
}; };
}; };
winter = { #winter = {
conf = { # conf = {
packages = with pkgs; [ micro ]; # packages = with pkgs; [ micro ];
shell = pkgs.unstable.fish; # shell = pkgs.unstable.fish;
extraGroups = [ "wheel" "nix-users" "dotfiles" ]; # extraGroups = [ "wheel" "nix-users" "dotfiles" ];
initialHashedPassword = "!"; # initialHashedPassword = "!";
openssh.authorizedKeys.keys = fetchSSHKeys [ # openssh.authorizedKeys.keys = fetchSSHKeys [
"lilith@bms-cab" # "lilith@bms-cab"
]; # ];
}; # };
}; #};
}; };
keyboard = { keyboard = {

View File

@ -77,8 +77,8 @@ in {
"mayf.pink".php = true; "mayf.pink".php = true;
"mayf.pink".phpHandlePathing = true; "mayf.pink".phpHandlePathing = true;
"mayf.pink".forceSSL = false; "mayf.pink".forceSSL = false;
"wint0r.zone".dataDir = "/var/www/wint0r.zone"; #"wint0r.zone".dataDir = "/var/www/wint0r.zone";
"puzzle.wint0r.zone".dataDir = "/var/www/puzzle.wint0r.zone"; #"puzzle.wint0r.zone".dataDir = "/var/www/puzzle.wint0r.zone";
}; };
nitter = { nitter = {