remove vm
This commit is contained in:
parent
f97a86c7bd
commit
3dac11f8d9
@ -52,8 +52,6 @@
|
||||
desktop1 = mkHost ./hosts/desktop1/configuration.nix;
|
||||
server1 = mkHost ./hosts/server1/configuration.nix;
|
||||
laptop1 = mkHost ./hosts/laptop1/configuration.nix;
|
||||
ctf-vm1 = mkHost ./hosts/ctf-vm1/configuration.nix;
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@ -1,24 +0,0 @@
|
||||
{ inputs, config, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../common/common.nix
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
networking.hostName = "ctf-vm1";
|
||||
|
||||
smayzy.grub.disable = true;
|
||||
|
||||
home-manager = {
|
||||
extraSpecialArgs = {
|
||||
inherit inputs;
|
||||
smayzy = config.smayzy;
|
||||
};
|
||||
users = {
|
||||
smayzy = import ./home.nix;
|
||||
};
|
||||
backupFileExtension = "backup";
|
||||
};
|
||||
|
||||
}
|
||||
@ -1,7 +0,0 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../common/home.nix
|
||||
];
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user