1
0
Fork 0

Remove redutant config (now we use own qemu template)

master
dump_stack() 2018-06-30 19:24:47 +00:00
parent 098fb01eb6
commit 71a2abb167
2 changed files with 0 additions and 6 deletions

View File

@ -1,5 +0,0 @@
{config, ...}:
{
config.networking.hostName = "tdesktop";
config.virtualisation.memorySize = 1024;
}

View File

@ -2,7 +2,6 @@
{
imports = [
<nixpkgs/nixos/modules/virtualisation/qemu-vm.nix>
<tdesktop-config.nix>
<base.nix>
];