mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2026-04-27 07:48:44 +02:00
machine/playman: init
This commit is contained in:
parent
be973e1d11
commit
2a44b8e852
15 changed files with 265 additions and 8 deletions
7
machines/playman/system.nix
Normal file
7
machines/playman/system.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# enabled system services
|
||||
_: {
|
||||
my.system = {
|
||||
avahi.enable = true;
|
||||
podman.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue