{tv => krebs} per-user
This commit is contained in:
parent
b54f00c695
commit
a0c068d6ec
@ -15,6 +15,7 @@ let
|
|||||||
./git.nix
|
./git.nix
|
||||||
./iptables.nix
|
./iptables.nix
|
||||||
./nginx.nix
|
./nginx.nix
|
||||||
|
./per-user.nix
|
||||||
./Reaktor.nix
|
./Reaktor.nix
|
||||||
./retiolum-bootstrap.nix
|
./retiolum-bootstrap.nix
|
||||||
./realwallpaper.nix
|
./realwallpaper.nix
|
||||||
|
@ -3,10 +3,10 @@
|
|||||||
with lib;
|
with lib;
|
||||||
|
|
||||||
let
|
let
|
||||||
cfg = config.tv.per-user;
|
cfg = config.krebs.per-user;
|
||||||
|
|
||||||
out = {
|
out = {
|
||||||
options.tv.per-user = api;
|
options.krebs.per-user = api;
|
||||||
config = imp;
|
config = imp;
|
||||||
};
|
};
|
||||||
|
|
@ -5,6 +5,5 @@ _:
|
|||||||
./consul.nix
|
./consul.nix
|
||||||
./ejabberd.nix
|
./ejabberd.nix
|
||||||
./iptables.nix
|
./iptables.nix
|
||||||
./per-user.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user