aboutsummaryrefslogtreecommitdiff
path: root/hosts/commons/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-12 13:47:59 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-12 13:47:59 -0800
commit8ed3dfc9ebc52a50c3e6d4623204847822944422 (patch)
tree5ecaf4eb3719f6d60e471775cd6de5da7cb78b46 /hosts/commons/default.nix
parentconfigs: move personal configuration with user (diff)
downloadinfra-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.nix11
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;
- };
}