Disable all the other experiments from before
This commit is contained in:
parent
5b7093dde0
commit
ff4083d1ab
|
@ -146,11 +146,11 @@
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [22];
|
networking.firewall.allowedTCPPorts = [22];
|
||||||
|
|
||||||
# Enable automounting of removable media
|
# # Enable automounting of removable media
|
||||||
services.udisks2.enable = true;
|
# services.udisks2.enable = true;
|
||||||
services.devmon.enable = true;
|
# services.devmon.enable = true;
|
||||||
services.gvfs.enable = true;
|
# services.gvfs.enable = true;
|
||||||
environment.variables.GIO_EXTRA_MODULES = lib.mkForce ["${pkgs.gvfs}/lib/gio/modules"];
|
# environment.variables.GIO_EXTRA_MODULES = lib.mkForce ["${pkgs.gvfs}/lib/gio/modules"];
|
||||||
|
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
time.timeZone = "Europe/Amsterdam";
|
time.timeZone = "Europe/Amsterdam";
|
||||||
|
@ -183,7 +183,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.lillian.extraGroups = ["decky" "storage"];
|
users.users.lillian.extraGroups = ["decky"];
|
||||||
|
|
||||||
# Enable completion of system packages by zsh
|
# Enable completion of system packages by zsh
|
||||||
environment.pathsToLink = ["/share/zsh"];
|
environment.pathsToLink = ["/share/zsh"];
|
||||||
|
|
Loading…
Reference in a new issue