Added some fonts to the workstation

This commit is contained in:
Geir Okkenhaug Jerstad 2024-12-21 12:06:38 +01:00
parent c1adef07ab
commit e4f97839bb
3 changed files with 7 additions and 5 deletions

View file

@ -3,6 +3,7 @@
virtualisation.incus = {
enable = true;
ui.enable = true;
package = pkgs.incus;
};
environment.systemPackages = with pkgs; [
@ -11,7 +12,7 @@
];
users.users.geir = {
extraGroups = [
"incus-admin"
"incus-admin"
];
};
networking.firewall.allowedTCPPorts = [ 8443 ];