From 677e8d34abd29760e5ecbef4937cb92776034618 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Fri, 23 Aug 2024 19:14:09 +0200 Subject: [PATCH] Adjust configuration accordingly --- lib/modules/valhalla.nix | 2 ++ profiles/Generic/config.nix | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/modules/valhalla.nix b/lib/modules/valhalla.nix index 4bc74aee..33322f24 100644 --- a/lib/modules/valhalla.nix +++ b/lib/modules/valhalla.nix @@ -7,8 +7,10 @@ in { imports = [ ./packages/git.nix + ./packages/rclone.nix ./hardware.nix ./i18n.nix + ./os.nix ./partition.nix ./software.nix ./users.nix diff --git a/profiles/Generic/config.nix b/profiles/Generic/config.nix index 646f76b1..fc24cedb 100644 --- a/profiles/Generic/config.nix +++ b/profiles/Generic/config.nix @@ -44,7 +44,10 @@ "wheel" "nix-users" ]; + }; + }; + linux.users.manuel = { defaultShell = "fish"; rclone = { @@ -57,7 +60,6 @@ }; }; }; - }; }; timeZone = "Europe/Zurich";