This commit is contained in:
Lukas Wurzinger 2024-08-06 23:08:56 +02:00
parent 8564176503
commit c5c75fc50a
3 changed files with 8 additions and 3 deletions

View file

@ -386,11 +386,11 @@
},
"nixpkgs_4": {
"locked": {
"lastModified": 1722421184,
"narHash": "sha256-/DJBI6trCeVnasdjUo9pbnodCLZcFqnVZiLUfqLH4jA=",
"lastModified": 1722813957,
"narHash": "sha256-IAoYyYnED7P8zrBFMnmp7ydaJfwTnwcnqxUElC1I26Y=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "9f918d616c5321ad374ae6cb5ea89c9e04bf3e58",
"rev": "cb9a96f23c491c081b38eab96d22fa958043c9fa",
"type": "github"
},
"original": {

View file

@ -11,6 +11,7 @@
inputs.hardware.nixosModules.common-pc-ssd
./printing.nix
./vm.nix
];
nixpkgs.hostPlatform = "x86_64-linux";

4
hosts/glacier/vm.nix Normal file
View file

@ -0,0 +1,4 @@
{
virtualisation.libvirtd.enable = true;
programs.virt-manager.enable = true;
}