tweak
This commit is contained in:
parent
fbefd0e81b
commit
a34134d4b0
|
@ -58,9 +58,7 @@ in {
|
|||
docker = false;
|
||||
podman = true;
|
||||
};
|
||||
windows = {
|
||||
enable = false;
|
||||
};
|
||||
windows = { enable = false; };
|
||||
};
|
||||
};
|
||||
# Configure networking
|
||||
|
|
|
@ -53,18 +53,22 @@
|
|||
fileSystems."/home/nathan/Music" = {
|
||||
device = "10.0.0.139:/mnt/tank/root/nathan/music";
|
||||
fsType = "nfs";
|
||||
options = [ "x-systemd.automount" "noauto" ];
|
||||
};
|
||||
fileSystems."/mnt/general" = {
|
||||
device = "10.0.0.139:/mnt/tank/root/shares/general";
|
||||
fsType = "nfs";
|
||||
options = [ "x-systemd.automount" "noauto" ];
|
||||
};
|
||||
fileSystems."/mnt/archive" = {
|
||||
device = "10.0.0.139:/mnt/tank/root/shares/archive";
|
||||
fsType = "nfs";
|
||||
options = [ "x-systemd.automount" "noauto" ];
|
||||
};
|
||||
fileSystems."/mnt/books" = {
|
||||
device = "10.0.0.139:/mnt/tank/root/data/books";
|
||||
fsType = "nfs";
|
||||
options = [ "x-systemd.automount" "noauto" ];
|
||||
};
|
||||
|
||||
swapDevices = [{
|
||||
|
|
|
@ -23,7 +23,7 @@ in with lib; {
|
|||
# Turn on GDM for login
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
autorun = true;
|
||||
autorun = false;
|
||||
# Enable plasma for the applications
|
||||
desktopManager.plasma5.enable = true;
|
||||
displayManager.defaultSession = "hyprland";
|
||||
|
|
Loading…
Reference in New Issue