aboutsummaryrefslogtreecommitdiff
path: root/hosts/the-meowchine
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/the-meowchine')
-rw-r--r--hosts/the-meowchine/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/hosts/the-meowchine/default.nix b/hosts/the-meowchine/default.nix
index 1288fca..c198699 100644
--- a/hosts/the-meowchine/default.nix
+++ b/hosts/the-meowchine/default.nix
@@ -5,7 +5,7 @@
...
}:
{
- boot.loader.systemd-boot.consoleMode = "max";
+ boot.loader.systemd-boot.consoleMode = "max";
environment.systemPackages = with pkgs; [
wireguard-tools
];
@@ -70,12 +70,12 @@
};
users.users.rosa = {
- enable = true;
- extraGroups = [ "libvirtd" ];
+ enable = true;
+ extraGroups = [ "libvirtd" ];
};
virtualisation.libvirtd = {
- enable = true;
- qemu.swtpm.enable = true;
+ enable = true;
+ qemu.swtpm.enable = true;
};
}