first commit
This commit is contained in:
11
hosts/AZ-PRM-1/default.nix
Normal file
11
hosts/AZ-PRM-1/default.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
imports = [
|
||||
../common
|
||||
./configuration.nix
|
||||
./secrets.nix
|
||||
./services
|
||||
];
|
||||
extraServices = {
|
||||
podman.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user