mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
something something cumulative updates
This commit is contained in:
parent
1d50fdc0e2
commit
3d382ef13c
14 changed files with 73 additions and 62 deletions
|
@ -8,12 +8,17 @@
|
|||
./modules/graphics
|
||||
./modules/greetd
|
||||
./modules/networks
|
||||
./modules/printing
|
||||
# ./modules/printing
|
||||
./modules/security
|
||||
./modules/sound
|
||||
./modules/virtualisation
|
||||
];
|
||||
|
||||
|
||||
# services.influxdb2 = {
|
||||
# enable = true;
|
||||
# };
|
||||
|
||||
nix.settings.system-features = [ "gccarch-tigerlake" ];
|
||||
systemd.additionalUpstreamSystemUnits = [
|
||||
"soft-reboot.target"
|
||||
|
@ -147,10 +152,6 @@
|
|||
fwupd.enable = true; # firmware updates
|
||||
avahi.enable = true;
|
||||
btrfs.autoScrub.enable = true;
|
||||
mullvad-vpn = {
|
||||
enable = true;
|
||||
enableExcludeWrapper = false;
|
||||
};
|
||||
};
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
|
@ -184,4 +185,5 @@
|
|||
};
|
||||
environment.systemPackages = [ pkgs.man-pages ];
|
||||
system.stateVersion = "22.11";
|
||||
# programs.java.enable = true;
|
||||
}
|
||||
|
|
|
@ -97,6 +97,10 @@
|
|||
authProtocols = [ "WPA-PSK" ];
|
||||
extraConfig = "disabled=1";
|
||||
};
|
||||
"RoboLab Playground" = {
|
||||
psk = "ext:ROBOLAB_PSK";
|
||||
authProtocols = [ "WPA-PSK" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
systemd.services = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue