mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 18:09:06 +02:00
chore: add missing config for arcadia
This commit is contained in:
parent
e2ee11df70
commit
a1bb2056ec
2 changed files with 36 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
hm_version = inputs.home-manager-unstable;
|
||||
# TODO: Fix colmena deployment
|
||||
ips.public.ipv4 = "127.0.0.1";
|
||||
ips.vpn.ipv4 = "";
|
||||
|
||||
};
|
||||
|
||||
|
@ -84,6 +85,7 @@
|
|||
programs.ssh.startAgent = true;
|
||||
|
||||
services.xserver.desktopManager.gnome.enable = true;
|
||||
services.xserver.displayManager.gdm.enable = true;
|
||||
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
system.stateVersion = "25.05";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue