home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit e672e44c1354b58ee0336643ae788f00ad277e21
parent 6bf2307e3e46ca8638c8791306e6d6164b69a75d
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Sat, 23 May 2020 14:14:51 +0200

home.nixos.nix: fix networking.domain

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mmachines/home.nixos.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/machines/home.nixos.nix b/machines/home.nixos.nix @@ -2,7 +2,7 @@ with import ../assets/machines.nix; { boot.kernelParams = [ "nfs.nfs4_disable_idmapping=0" "nfsd.nfs4_disable_idmapping=0" ]; - networking.domain = "synodine.home"; + networking.domain = "home"; time.timeZone = "Europe/Paris"; # To mimic autofs on fedora fileSystems."/net/synodine.home/" = {