Add skycam host
All checks were successful
Check flake / build-amd64-linux (push) Successful in 2m37s

This commit is contained in:
2024-08-03 20:11:11 +01:00
parent c589766673
commit f42442dd0e
5 changed files with 129 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ config, pkgs, ... }:
{
time.timeZone = "Europe/London";
@ -15,7 +15,7 @@
LC_TELEPHONE = "en_GB.UTF-8";
LC_TIME = "en_GB.UTF-8";
};
console.keyMap = "uk";
security.sudo.execWheelOnly = true;