moved some things around

This commit is contained in:
k3t
2026-03-08 00:31:42 -07:00
parent 85b9b0d839
commit 5beb727fe9
3 changed files with 20 additions and 14 deletions
+7 -2
View File
@@ -13,7 +13,7 @@
services.beesd.filesystems = {
root = {
spec = "LABEL=NixOS";
hashTableSizeMB = 256;
hashTableSizeMB = 128;
verbosity = "crit";
extraOptions = [ "--loadavg-target" "1.5" ];
};
@@ -21,6 +21,11 @@
networking.hostName = "T14"; # Define your hostname.
services.openssh.enable = true;
virtualisation.vmware.host.enable = true;
users.users.k3t = {
packages = with pkgs; [
anydesk
virt-viewer
];
};
}