Skip to content

Commit c506903

Browse files
committed
Replace sudo and timesyncd with Rust-based sudo-rs and ntpd-rs
1 parent 3bc29ff commit c506903

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
ssh-to-age
106106
age
107107
git
108+
just
108109
];
109110
};
110111
});

modules/core/system.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ in {
1414
time.timeZone = "America/Phoenix";
1515
i18n.defaultLocale = "en_US.UTF-8";
1616

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+
1724
# Nix Maintenance & Settings
1825
nix = {
1926
settings = {

0 commit comments

Comments
 (0)