From a213499beb025462cedcd93344768924819469f2 Mon Sep 17 00:00:00 2001 From: Philipp Hochkamp Date: Thu, 12 May 2022 02:42:00 +0200 Subject: [PATCH] fix ds9 backup home restart --- hosts/daedalus/default.nix | 2 +- hosts/ds9/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/daedalus/default.nix b/hosts/daedalus/default.nix index a9c10de0..cffd6cd1 100644 --- a/hosts/daedalus/default.nix +++ b/hosts/daedalus/default.nix @@ -52,7 +52,7 @@ with lib.my; home.sessionVariables = { EDITOR = "nvim"; VISUAL = "nvim"; - PATH = "$PATH:/etc/profiles/per-user/ragon/bin/:$HOME/development/flutter/bin:/Applications/Android Studio.app/Contents/bin/:/Applications/Docker.app/Contents/Resources/bin:/Applications/Android Studio.app/Contents/jre/Contents/Home/bin:$HOME/.nix-profile/bin:/nix/var/nix/profiles/system/sw/bin:/nix/var/nix/profiles/per-user/ragon/home-manager/home-path/bin/"; + PATH = "$PATH:$HOME/go/bin:/etc/profiles/per-user/ragon/bin/:$HOME/development/flutter/bin:/Applications/Android Studio.app/Contents/bin/:/Applications/Docker.app/Contents/Resources/bin:/Applications/Android Studio.app/Contents/jre/Contents/Home/bin:$HOME/.nix-profile/bin:/nix/var/nix/profiles/system/sw/bin:/nix/var/nix/profiles/per-user/ragon/home-manager/home-path/bin/"; JAVA_HOME = "/Applications/Android Studio.app/Contents/jre/Contents/Home/"; }; home.packages = with pkgs; [ diff --git a/hosts/ds9/default.nix b/hosts/ds9/default.nix index e1669d58..ac369df7 100644 --- a/hosts/ds9/default.nix +++ b/hosts/ds9/default.nix @@ -76,7 +76,7 @@ in # Backup Target users.users.picardbackup = { - createHome = true; + createHome = false; group = "users"; home = "/backups/restic/picard"; isSystemUser = true;