tadpole: Add localisation module

This commit is contained in:
Alexander Heldt
2024-07-20 17:59:37 +02:00
parent b1d64e8680
commit 34cc2ca164
2 changed files with 20 additions and 4 deletions

View File

@@ -21,9 +21,7 @@
};
};
networking.hostName = "tadpole"; # Define your hostname.
time.timeZone = "Europe/Stockholm";
networking.hostName = "tadpole";
users.users.alex = {
isNormalUser = true;
@@ -61,4 +59,3 @@
system.stateVersion = "24.05"; # Did you read the comment?
}