Compare commits
4 Commits
router/kee
...
router/mod
Author | SHA1 | Date | |
---|---|---|---|
e8942db826
|
|||
5e30a440e7
|
|||
67292bbbc1
|
|||
94a8d00b28
|
@@ -43,7 +43,6 @@
|
|||||||
modules = [
|
modules = [
|
||||||
secrix.nixosModules.default
|
secrix.nixosModules.default
|
||||||
./modules
|
./modules
|
||||||
./modules/router
|
|
||||||
./hosts/common.nix
|
./hosts/common.nix
|
||||||
hostFile
|
hostFile
|
||||||
./users/cazzzer
|
./users/cazzzer
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
../../modules/router
|
||||||
../hw-vm.nix
|
../hw-vm.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
../../modules/router
|
||||||
../hw-vm.nix
|
../hw-vm.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
../../modules/router
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./private.nix
|
./private.nix
|
||||||
];
|
];
|
||||||
|
@@ -14,7 +14,6 @@ in
|
|||||||
./kea.nix
|
./kea.nix
|
||||||
./glance.nix
|
./glance.nix
|
||||||
./services.nix
|
./services.nix
|
||||||
./keepalived.nix
|
|
||||||
];
|
];
|
||||||
# Secrix for secrets management
|
# Secrix for secrets management
|
||||||
secrix.hostPubKey = vars.pubkey;
|
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;
|
isNormalUser = true;
|
||||||
description = "Yura";
|
description = "Yura";
|
||||||
group = "cazzzer";
|
group = "cazzzer";
|
||||||
extraGroups = [ "wheel" "dialout" ]
|
extraGroups = [ "wheel" ]
|
||||||
++ lib.optionals config.networking.networkmanager.enable [ "networkmanager" ]
|
++ lib.optionals config.networking.networkmanager.enable [ "networkmanager" ]
|
||||||
++ lib.optionals config.virtualisation.docker.enable [ "docker" ]
|
++ lib.optionals config.virtualisation.docker.enable [ "docker" ]
|
||||||
++ lib.optionals config.programs.wireshark.enable [ "wireshark" ]
|
++ lib.optionals config.programs.wireshark.enable [ "wireshark" ]
|
||||||
|
Reference in New Issue
Block a user