Update flakes, fix build errors for Yukari

This commit is contained in:
Kat Inskip 2024-01-06 14:25:13 -08:00
parent cdceb9d13d
commit 202fd41bec
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
15 changed files with 324 additions and 88 deletions

View file

@ -141,8 +141,8 @@
user = "root";
path = inputs.deploy-rs.lib.x86_64-linux.activate.nixos inputs.self.nixosConfigurations.${name};
};
autoRollback = true;
magicRollback = true;
autoRollback = false;
magicRollback = false;
};
})
(set.optional (name != "renko" && host.folder == "nixos") {

View file

@ -57,12 +57,6 @@ _: let
useOSProber = true;
gfxmodeBios = "1920x1080";
gfxmodeEfi = "1920x1080";
memtest86.enable = true;
extraConfig = ''
set color_normal=black/black
set menu_color_normal=black/black
set menu_color_highlight=magenta/cyan
'';
};
efi = {
canTouchEfiVariables = true;

View file

@ -11,7 +11,7 @@ _: let
[
(modulesPath + "/profiles/qemu-guest.nix")
]
++ (with tree.nixos.roles; [
++ (with tree.nixos.profiles; [
server
])
++ (with tree.nixos.servers; [
@ -19,7 +19,6 @@ _: let
postgres
matrix
vaultwarden
minecraft
grafana-stack
public-directory
web-irc-client