Compare commits
4 Commits
router/kee
...
router/mod
Author | SHA1 | Date | |
---|---|---|---|
17e98fa091
|
|||
ff7e27cc62
|
|||
3dea018a21
|
|||
94a8d00b28
|
@@ -14,7 +14,6 @@ in
|
||||
./kea.nix
|
||||
./glance.nix
|
||||
./services.nix
|
||||
./keepalived.nix
|
||||
];
|
||||
# Secrix for secrets management
|
||||
secrix.hostPubKey = vars.pubkey;
|
||||
|
@@ -1,10 +0,0 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
let
|
||||
vaks = import ./vaks.nix config;
|
||||
in
|
||||
{
|
||||
services.keepalived = {
|
||||
enable = true;
|
||||
|
||||
};
|
||||
}
|
@@ -5,7 +5,7 @@
|
||||
isNormalUser = true;
|
||||
description = "Yura";
|
||||
group = "cazzzer";
|
||||
extraGroups = [ "wheel" "dialout" ]
|
||||
extraGroups = [ "wheel" ]
|
||||
++ lib.optionals config.networking.networkmanager.enable [ "networkmanager" ]
|
||||
++ lib.optionals config.virtualisation.docker.enable [ "docker" ]
|
||||
++ lib.optionals config.programs.wireshark.enable [ "wireshark" ]
|
||||
|
Reference in New Issue
Block a user