moved some stuff

This commit is contained in:
strix 2026-08-26 02:18:16 +02:00
parent 019f5fd1bf
commit 275586f9c2
4 changed files with 38 additions and 13 deletions

View file

@ -18,7 +18,6 @@
];
boot.initrd.checkJournalingFS = false;
boot.plymouth = {
enable = true;
theme = "bgrt";
@ -88,27 +87,21 @@
};
};
nix = {
settings = {
auto-optimise-store = true;
experimental-features = [
"nix-command"
"flakes"
];
};
};
environment.systemPackages = with pkgs; [
neovim
htop
dnsmasq
sccache
];
environment.shellAliases = {
vim = "nvim";
};
environment.variables.NIX_AUTO_RUN = "1";
environment.variables = {
RUSTC_WRAPPER = "sccache";
NIX_AUTO_RUN = "1";
};
services.openssh.enable = true;
services.fprintd.enable = true;
@ -120,6 +113,20 @@
];
networking.firewall.allowedUDPPorts = [ 8080 ];
networking.firewall.trustedInterfaces = [ "virbr0" "docker0" ];
hardware.graphics = {
enable = true;
enable32Bit = true;
extraPackages = with pkgs; [
mesa
vulkan-loader
vulkan-validation-layers
];
extraPackages32 = with pkgs.pkgsi686Linux; [
mesa
vulkan-loader
];
};
system.stateVersion = "26.05"; # yes