mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
added sops for all three systems
This commit is contained in:
parent
1742726d84
commit
e6f83f6997
13 changed files with 207 additions and 28 deletions
|
|
@ -4,9 +4,9 @@ _: {...}: {
|
|||
hostBridge = "bridge0";
|
||||
localAddress = "192.168.1.10/24";
|
||||
localAddress6 = "2605:59c8:252e:500:200:ff:fe00:10/64";
|
||||
bindMounts."/mnt/minecraft" = {
|
||||
bindMounts."/persist/minecraft" = {
|
||||
mountPoint = "/minecraft";
|
||||
hostPath = "/mnt/minecraft";
|
||||
hostPath = "/persist/minecraft";
|
||||
isReadOnly = false;
|
||||
};
|
||||
config = {pkgs, ...}: let
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue