From 4b2050f8762b2880277c0762efc925991a034892 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sat, 8 Feb 2025 13:37:01 -0800 Subject: migration: housekeeping --- hosts/c-pc/configuration.nix | 9 --------- hosts/c-pc/home.nix | 2 -- 2 files changed, 11 deletions(-) (limited to 'hosts/c-pc') diff --git a/hosts/c-pc/configuration.nix b/hosts/c-pc/configuration.nix index eccae16..73fa648 100644 --- a/hosts/c-pc/configuration.nix +++ b/hosts/c-pc/configuration.nix @@ -8,8 +8,6 @@ ../../roles ]; - programs.fuse.userAllowOther = true; - users.users = { root.hashedPasswordFile = "/secrets/passwords/root"; @@ -20,13 +18,6 @@ }; }; - home-manager = { - extraSpecialArgs = { inherit inputs; }; - users = { - "c" = import ./home.nix; - }; - }; - services = { printing.enable = true; diff --git a/hosts/c-pc/home.nix b/hosts/c-pc/home.nix index 74ff894..9a95eae 100644 --- a/hosts/c-pc/home.nix +++ b/hosts/c-pc/home.nix @@ -15,8 +15,6 @@ allowOther = true; directories = [ - "code" - ".local/bin" ".local/share/applications" -- cgit v1.2.3