Commit 18dd982d6c30

Vincent Demeester <vincent@sbr.pm>
2024-11-26 18:35:09
systems/aomi: update some configuration
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 19e1a6f
Changed files (1)
systems
systems/hosts/aomi.nix
@@ -125,6 +125,9 @@ in
         };
       };
     };
+		profiles = {
+			work.redhat = true;
+		};
     services = {
       avahi.enable = true;
       ssh.enable = true;
@@ -158,7 +161,10 @@ in
   '';
 
   services = {
+		geoclue2.enable = true;
     envfs.enable = false;
+    # automatic login is "safe" as we ask for the encryption passphrase anyway..
+		getty.autologinUser = "vincent";
     netdata.enable = true;
     logind.extraConfig = ''
       HandleLidSwitch=ignore