sourcephile
/
git
/
julm
/
julm-nix.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab9864a
)
carotte: add to admin hosts
author
Julien Moutinho
<julm+julm-nix@sourcephile.fr>
Sat, 30 Oct 2021 04:56:05 +0000
(06:56 +0200)
committer
Julien Moutinho
<julm+julm-nix@sourcephile.fr>
Sat, 30 Oct 2021 04:56:05 +0000
(06:56 +0200)
homes/julm.nix
patch
|
blob
|
history
diff --git
a/homes/julm.nix
b/homes/julm.nix
index 62c7f9b1bc97785114f8ac5b52337bc7ffbc57a9..f194600f7d55a19612952acfacd3ba408dd0bf5b 100644
(file)
--- a/
homes/julm.nix
+++ b/
homes/julm.nix
@@
-8,7
+8,7
@@
imports = [
];
host.desktop = lib.elem hostName [ /*"losurdo"*/ "oignon" ];
host.server = lib.elem hostName [ "losurdo" "mermet" ];
-host.admin = lib.elem hostName [ "losurdo" "mermet" "oignon" ];
+host.admin = lib.elem hostName [ "
carotte" "
losurdo" "mermet" "oignon" ];
host.developer = lib.elem hostName [ "losurdo" "oignon" ];
host.media = lib.elem hostName [ "losurdo" "oignon" ];
programs.bat.enable = with config.host; admin || developer;