Commit e2f9c687ff26
Changed files (5)
machine
profiles
machine/hokkaido.nix
@@ -15,6 +15,8 @@
../service/ssh-tunnel.nix
];
+ time.timeZone = "Europe/Paris";
+
services.openssh.enable = true;
services.openssh.forwardX11 = true;
machine/honshu.nix
@@ -15,6 +15,8 @@
../hardware/dell-latitude-e6540.nix
../service/ssh-tunnel.nix
];
+
+time.timeZone = "Europe/Paris";
security.pam.loginLimits = [
{ domain = "@audio"; item = "memlock"; type = "-"; value = "unlimited"; }
machine/shikoku.nix
@@ -17,6 +17,8 @@
../service/ssh-tunnel.nix
];
+ time.timeZone = "Europe/Paris";
+
services = {
xserver = {
videoDrivers = [ "nvidia" ];
machine/wakasu.nix
@@ -21,6 +21,7 @@
# screenName = "wakasu";
# serverAddress = "hokkaido.local";
#};
+ time.timeZone = "America/Los_Angeles";
services.xserver.displayManager.slim.theme = pkgs.fetchurl {
url = "https://github.com/vdemeester/slim-themes/raw/master/docker-key-theme-0.1.tar.xz";
profiles/desktop.nix
@@ -9,8 +9,6 @@
./avahi.nix
];
- time.timeZone = "Europe/Paris";
-
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.kernelPackages = pkgs.linuxPackages_4_11;