refactor: share rialo user as a reusable nixos module
Extract the per-host rialo user definition into a Snowfall module (metacfg.user.rialo.enable) so it can be shared across hosts instead of copy-pasting the file. Enable it on both amd and x1.
This commit is contained in:
parent
9b811825a6
commit
e3d00e650c
4 changed files with 36 additions and 19 deletions
|
|
@ -53,6 +53,7 @@ with lib.metacfg;
|
|||
podman.enable = true;
|
||||
secureboot.enable = true;
|
||||
homeprinter.enable = true;
|
||||
user.rialo.enable = true;
|
||||
|
||||
system = {
|
||||
limits = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue