mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-19 21:26:18 +02:00
Compare commits
No commits in common. "9f8ef5247d3815343597529d4c5d0be86a971bf3" and "0ef795ca18b229f9c51e4f606f930b8f98fc26d4" have entirely different histories.
9f8ef5247d
...
0ef795ca18
4 changed files with 2 additions and 6 deletions
|
@ -7,9 +7,6 @@
|
|||
|
||||
boot.loader.grub.enable = true;
|
||||
boot.loader.grub.devices = [ "/dev/sda" "/dev/sdb" ];
|
||||
boot = {
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
};
|
||||
services.btrfs.autoScrub.enable = true;
|
||||
|
||||
environment.persistence."/nix/persist/system" = {
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
boot.initrd.availableKernelModules = [ "ehci_pci" "ata_piix" "usb_storage" "usbhid" "sd_mod" "sr_mod" ];
|
||||
boot.initrd.kernelModules = [ ];
|
||||
boot.initrd.systemd.enable = true;
|
||||
boot.kernelModules = [ "kvm-intel" ];
|
||||
boot.extraModulePackages = [ ];
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
identity="rose159e@tu-dresden.de"
|
||||
password="@EDUROAM_AUTH@"
|
||||
phase2="auth=PAP"
|
||||
bssid_ignore=7c:5a:1c:02:3d:ef 82:5a:1c:02:3d:ef
|
||||
bssid_ignore=7c:5a:1c:02:3d:ef,82:5a:1c:02:3d:ef
|
||||
'';
|
||||
extraConfig = ''
|
||||
scan_ssid=1
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
# global wrapper for ausweisapp
|
||||
programs.ausweisapp = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
# openFirewall = true;
|
||||
};
|
||||
# home manager steam is borderline broken
|
||||
programs.steam.enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue