Added some fonts to the workstation
This commit is contained in:
parent
c1adef07ab
commit
e4f97839bb
3 changed files with 7 additions and 5 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue