New modules used on sisko and picard

This commit is contained in:
Andrea Ciceri 2024-10-17 23:26:07 +02:00
parent a0f9a2b55d
commit 6ead1cbc6e
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
3 changed files with 20 additions and 10 deletions

View file

@ -1,7 +1,7 @@
{ {
fleetModules, fleetModules,
lib, lib,
config, pkgs,
... ...
}: }:
{ {
@ -27,13 +27,13 @@
"printing" "printing"
"pam" "pam"
"wireguard-client" "wireguard-client"
"restic"
"greetd" "greetd"
"syncthing" "syncthing"
"mount-rock5b" "mount-sisko"
"adb" "adb"
"binfmt" "binfmt"
"prometheus-exporters" "prometheus-exporters"
"promtail"
"syncthing" "syncthing"
] ]
++ [ ++ [
@ -72,6 +72,9 @@
"zathura" "zathura"
"imv" "imv"
"catppuccin" "catppuccin"
"libreoffice"
"logseq"
"emacs"
]; ];
extraGroups = [ ]; extraGroups = [ ];
backupPaths = [ ]; backupPaths = [ ];
@ -88,7 +91,7 @@
"kvm-intel" "kvm-intel"
]; ];
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages; boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_10;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
boot.loader.systemd-boot = { boot.loader.systemd-boot = {
@ -102,8 +105,13 @@
powerManagement.cpuFreqGovernor = lib.mkDefault "schedutil"; powerManagement.cpuFreqGovernor = lib.mkDefault "schedutil";
hardware.enableRedistributableFirmware = lib.mkDefault true; hardware.enableRedistributableFirmware = lib.mkDefault true;
hardware.opengl = { hardware.graphics = {
enable = true; enable = true;
driSupport32Bit = true; enable32Bit = true;
};
zramSwap = {
enable = true;
algorithm = "zstd";
}; };
} }

View file

@ -31,13 +31,13 @@
"wireguard-client" "wireguard-client"
"binfmt" "binfmt"
"greetd" "greetd"
# "syncthing" "syncthing"
"hass-poweroff" "hass-poweroff"
"forgejo-runners" "forgejo-runners"
"teamviewer" "teamviewer"
"macos-ventura" "macos-ventura"
"sunshine" "sunshine"
"mount-rock5b" "mount-sisko"
"adb" "adb"
"guix" "guix"
"prometheus-exporters" "prometheus-exporters"
@ -91,6 +91,7 @@
"imv" "imv"
"libreoffice" "libreoffice"
"logseq" "logseq"
"emacs"
]; ];
extraGroups = [ ]; extraGroups = [ ];
backupPaths = [ ]; backupPaths = [ ];

View file

@ -15,10 +15,10 @@
"home-assistant" "home-assistant"
"adguard-home" "adguard-home"
"cloudflare-dyndns" "cloudflare-dyndns"
"rock5b-proxy" "sisko-proxy"
"invidious" "invidious"
"searx" "searx"
"rock5b-samba" "sisko-nfs"
"forgejo" "forgejo"
"prometheus" "prometheus"
"grafana" "grafana"
@ -30,6 +30,7 @@
"atuin" "atuin"
"immich" "immich"
"paperless" "paperless"
"syncthing"
] ]
++ [ ++ [
./disko.nix ./disko.nix