We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bc29ff commit c506903Copy full SHA for c506903
2 files changed
flake.nix
@@ -105,6 +105,7 @@
105
ssh-to-age
106
age
107
git
108
+ just
109
];
110
};
111
});
modules/core/system.nix
@@ -14,6 +14,13 @@ in {
14
time.timeZone = "America/Phoenix";
15
i18n.defaultLocale = "en_US.UTF-8";
16
17
+ # --- RUST SYSTEM SPIRITS ---
18
+ security.sudo.enable = false;
19
+ security.sudo-rs.enable = true;
20
+
21
+ services.ntpd-rs.enable = true;
22
+ services.timesyncd.enable = false;
23
24
# Nix Maintenance & Settings
25
nix = {
26
settings = {
0 commit comments