aboutsummaryrefslogtreecommitdiff
path: root/hosts/the-meowchine
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-06-25 13:56:23 -0400
committerRosa <rosaontheweb@proton.me>2026-06-25 13:56:23 -0400
commit379612935b1a46d9339fe8b377c80441316b768f (patch)
tree66349e5737422b042f84a1738dcd2cdf343513bb /hosts/the-meowchine
parent6d02792c9aeed4a0d84f8d11adad3d5a96deb7a3 (diff)
formatter pass + add FMJ support to kakoune
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;
};
}