diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-02-05 23:45:38 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:46 -0700 |
| commit | 2a0cb8f8dd9596e2f5feab2e3d1b8b15cfcd424f (patch) | |
| tree | 2edb19f4ce9a9fef7f52e726ee94d04e696042e5 /hosts | |
| parent | 4c1ce39464839cdc0ead03068af287e0f19efb79 (diff) | |
migration: timezones
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/c-pc/configuration.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hosts/c-pc/configuration.nix b/hosts/c-pc/configuration.nix index 2de93cb..acf8ab2 100644 --- a/hosts/c-pc/configuration.nix +++ b/hosts/c-pc/configuration.nix @@ -10,8 +10,6 @@ programs.fuse.userAllowOther = true; - time.timeZone = "America/Los_Angeles"; - users.users = { root.hashedPasswordFile = "/secrets/passwords/root"; |