mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Add steam container
This commit is contained in:
parent
771dd91ead
commit
7418b379a1
4 changed files with 55 additions and 0 deletions
5
modules/nixos/server/default.nix
Normal file
5
modules/nixos/server/default.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, lib, ... }: {
|
||||
imports = [
|
||||
./containers
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue