déplacement de config generator
This commit is contained in:
4
base.nix
4
base.nix
@@ -2,7 +2,11 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
# recettes
|
||||||
./base/base.nix
|
./base/base.nix
|
||||||
./desktop/desktop.nix
|
./desktop/desktop.nix
|
||||||
|
|
||||||
|
# moulinette de configuration
|
||||||
|
./config-generator.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,6 +9,14 @@
|
|||||||
./services.nix
|
./services.nix
|
||||||
|
|
||||||
# inclusion conditionnelle
|
# inclusion conditionnelle
|
||||||
./config-generator.nix
|
./activation-manuelle/auto-upgrade.nix
|
||||||
|
./activation-manuelle/laptop.nix
|
||||||
|
./activation-manuelle/locate.nix
|
||||||
|
./activation-manuelle/fail2ban.nix
|
||||||
|
./activation-manuelle/nix-serve-client.nix
|
||||||
|
./activation-manuelle/nix-serve-server.nix
|
||||||
|
./activation-manuelle/print.nix
|
||||||
|
./activation-manuelle/swap.nix
|
||||||
|
./activation-manuelle/users.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,19 +9,7 @@ let
|
|||||||
host = config.networking.hostName;
|
host = config.networking.hostName;
|
||||||
in
|
in
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
|
||||||
./activation-manuelle/auto-upgrade.nix
|
|
||||||
./activation-manuelle/laptop.nix
|
|
||||||
./activation-manuelle/locate.nix
|
|
||||||
./activation-manuelle/fail2ban.nix
|
|
||||||
./activation-manuelle/nix-serve-client.nix
|
|
||||||
./activation-manuelle/nix-serve-server.nix
|
|
||||||
./activation-manuelle/print.nix
|
|
||||||
./activation-manuelle/swap.nix
|
|
||||||
./activation-manuelle/users.nix
|
|
||||||
];
|
|
||||||
|
|
||||||
###### interface
|
###### interface
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
Reference in New Issue
Block a user