podman
This commit is contained in:
parent
063419273d
commit
17b94f3e8a
5 changed files with 51 additions and 33 deletions
|
|
@ -19,6 +19,9 @@
|
|||
outputs =
|
||||
inputs@{ self, nixpkgs, ... }:
|
||||
{
|
||||
nixosModules = {
|
||||
openarena = import ./nixos-modules/openarena.nix { };
|
||||
};
|
||||
nixosConfigurations = {
|
||||
"games-night" = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue