Mara's laptop
This commit is contained in:
parent
26187a521b
commit
9191b17bff
7 changed files with 205 additions and 3 deletions
|
@ -119,6 +119,20 @@
|
|||
|
||||
};
|
||||
};
|
||||
|
||||
tpol = {
|
||||
extraModules = with inputs; [
|
||||
lix-module.nixosModules.default
|
||||
];
|
||||
secrets = {
|
||||
"tpol-wireguard-private-key" = { };
|
||||
};
|
||||
vpn = {
|
||||
ip = "10.100.0.7";
|
||||
publicKey = "b/Pi7koTFo5CMAAzcL2ulvQ/0dUjKzbmXpvh4Lb/Bgo=";
|
||||
};
|
||||
extraHmModulesUser = "mara";
|
||||
};
|
||||
};
|
||||
|
||||
vpnExtra = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue