Compare commits

..

No commits in common. "94a03f789a445ac94cb204dd33b6fc5ff0018651" and "dd8e1d5efa55a2d0237967d968fd3e2f4803ead1" have entirely different histories.

2 changed files with 4 additions and 7 deletions

View file

@ -219,9 +219,6 @@ mode "resize" {
bindsym $mod+r mode "resize"
# Windows to force floating
for_window [class="Plexamp"] floating enable
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)

View file

@ -8,24 +8,24 @@
[ (modulesPath + "/installer/scan/not-detected.nix")
];
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" ];
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/e157d325-4082-493a-8014-42c040feb213";
{ device = "/dev/disk/by-uuid/3c957d4e-06fc-40bc-b5b9-2583d0f7ee94";
fsType = "ext4";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/3673-F8D0";
{ device = "/dev/disk/by-uuid/2D69-3A13";
fsType = "vfat";
options = [ "fmask=0077" "dmask=0077" ];
};
swapDevices =
[ { device = "/dev/disk/by-uuid/44178d5c-cecb-47d8-8375-9775a8e32e53"; }
[ { device = "/dev/disk/by-uuid/3de826ff-b7e3-44bc-97d2-4bd2248f9555"; }
];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking