rename base-image to base
This commit is contained in:
parent
92b0df5a3d
commit
cebf78694b
1 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ in
|
|||
{
|
||||
imports = [
|
||||
self.nixosModules.default
|
||||
"${modulesPath}/virtualisation/lxc-container.nix"
|
||||
# "${modulesPath}/virtualisation/lxc-container.nix"
|
||||
];
|
||||
deploy = {
|
||||
enable = false;
|
||||
|
|
@ -22,7 +22,7 @@ in
|
|||
};
|
||||
networking = {
|
||||
|
||||
hostName = "tofu";
|
||||
hostName = "base";
|
||||
};
|
||||
environment.systemPackages = [
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue