builder: fix config
Some checks failed
Update Nix Flake / update-flake (push) Failing after 15s

This commit is contained in:
2025-04-28 22:44:33 +02:00
parent 8d94428f77
commit d335f6c892
5 changed files with 37 additions and 86 deletions

View File

@ -16,19 +16,11 @@
../common/global
../common/users/julian
# ../common/optional/openssh.nix
# ../common/optional/greetd.nix
../common/optional/pipewire.nix
../common/optional/remote-builder.nix
# ../common/optional/boot-efi.nix
../common/optional/pcmanfm.nix
# ../common/optional/i3.nix
# ../common/optional/gdm.nix
../common/optional/redshift.nix
# ../common/optional/virtualbox.nix
../common/optional/xdg-portal.nix
../common/optional/polkit.nix # TODO: maybe not needed!
../common/optional/keyring.nix # TODO: maybe not needed!
../common/optional/authentication.nix
];
# disko.devices.disk.main.device = "/dev/mmcblk1";
@ -39,6 +31,7 @@
# "@SSID@".psk = "@PSK@";
# };
networking.hostName = "pianonix";
system.stateVersion = "22.11";
sops.secrets."vnc-passwd" = {
owner = config.users.users.julian.name;
@ -135,15 +128,7 @@
};
};
# Packages needed as root
environment.systemPackages = with pkgs; [
vim
htop
mc
];
networking.firewall.enable = true;
networking.firewall.allowedTCPPorts = [
5900 # for vnc
];
@ -170,8 +155,4 @@
# boot.loader.raspberryPi.firmwareConfig = ''
# dtparam=audio=on
# '';
# ======================== DO NOT CHANGE THIS ========================
system.stateVersion = "22.11";
# ======================== DO NOT CHANGE THIS ========================
}