diff --git a/flake.nix b/flake.nix index 013ba3f..616d326 100644 --- a/flake.nix +++ b/flake.nix @@ -75,7 +75,7 @@ homeConfigurations = { vbox = homeConfig { flakeName = "vbox"; }; - ft = homeConfig { flakeName = "ft"; username = "tomoron"; homeDir = "/nfs/homes/tomoron";}; + ft = homeConfig { flakeName = "ft"; username = "tomoron"; homeDir = "/home/tomoron";}; laptop = homeConfig { flakeName = "laptop"; }; desktop = homeConfig { flakeName = "desktop"; }; server = homeConfig { flakeName = "server"; }; diff --git a/homeConfigs/hosts/ft.nix b/homeConfigs/hosts/ft.nix index 926924e..3afdd3b 100644 --- a/homeConfigs/hosts/ft.nix +++ b/homeConfigs/hosts/ft.nix @@ -12,7 +12,7 @@ mods.x11.enable = true; programs.firefox.enable = false; - mods.sync.homeFolder = "/sgoinfre/goinfre/Perso/tomoron"; + mods.sync.homeFolder = "/home/tomoron/sync"; mods.sync.defaultSynced = false; mods.sync.syncedAdditions = [ "42_desktop" "Downloads" ]; mods.sync.customHostName = "pc42";