diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-02-12 13:47:59 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-02-12 13:47:59 -0800 |
| commit | 8ed3dfc9ebc52a50c3e6d4623204847822944422 (patch) | |
| tree | 5ecaf4eb3719f6d60e471775cd6de5da7cb78b46 /hosts/commons/default.nix | |
| parent | configs: move personal configuration with user (diff) | |
| download | infra-8ed3dfc9ebc52a50c3e6d4623204847822944422.tar.gz | |
move configurations and modules around
Sorry, this is a mess, hopefully the last one.
Diffstat (limited to 'hosts/commons/default.nix')
| -rw-r--r-- | hosts/commons/default.nix | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/hosts/commons/default.nix b/hosts/commons/default.nix index 4f35a15..0361d27 100644 --- a/hosts/commons/default.nix +++ b/hosts/commons/default.nix @@ -2,15 +2,6 @@ { imports = [ - ./network.nix + ./system ]; - - environment = { - # Activate home-manager environment, if not already enabled - loginShellInit = '' - [ -d "$HOME/.nix-profile" ] || /nix/var/nix/profiles/per-user/$USER/home-manager/activate &> /dev/null - ''; - homeBinInPath = true; - localBinInPath = true; - }; } |
