secrets during local testing #61

Merged
kalipso merged 12 commits from sops-devkey into master 2025-01-20 12:45:45 +01:00
Showing only changes of commit 015c326042 - Show all commits

View File

@@ -83,11 +83,6 @@ in (utils.lib.eachSystem (builtins.filter filter_system utils.lib.defaultSystems
source = "/nix/store";
mountPoint = "/nix/.ro-store";
}];
interfaces = pkgs.lib.mkForce [{
type = "user";
id = "eth0";
mac = "02:23:de:ad:be:ef";
}];
};
boot.isContainer = pkgs.lib.mkForce false;
users.users.root.password = "";