mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
add shared systemd module
This commit is contained in:
parent
0ac9348fd2
commit
9e8e5053fd
4 changed files with 22 additions and 18 deletions
|
@ -20,7 +20,6 @@
|
|||
loader.efi.canTouchEfiVariables = true;
|
||||
tmp.useTmpfs = true;
|
||||
};
|
||||
systemd.package = pkgs.systemd.override { withHomed = false; };
|
||||
services.btrfs.autoScrub.enable = true;
|
||||
|
||||
environment.persistence."/nix/persist/system" = {
|
||||
|
@ -61,6 +60,7 @@
|
|||
|
||||
# Enable the OpenSSH daemon.
|
||||
services.openssh.enable = true;
|
||||
services.journald.enableHttpGateway = true;
|
||||
programs.mosh.enable = true;
|
||||
security = {
|
||||
audit.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue