podmand for alexandria
This commit is contained in:
parent
c1dcb7e316
commit
b274735990
1 changed files with 3 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
{ inputs, self, ... }:
|
{ inputs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
flake.nixosConfigurations.alexandria = inputs.nixpkgs-stable.lib.nixosSystem {
|
flake.nixosConfigurations.alexandria = inputs.nixpkgs-stable.lib.nixosSystem {
|
||||||
|
|
@ -35,8 +35,9 @@
|
||||||
inputs.self.modules.nixos.server-nix
|
inputs.self.modules.nixos.server-nix
|
||||||
inputs.self.modules.nixos.server-tailscale
|
inputs.self.modules.nixos.server-tailscale
|
||||||
|
|
||||||
# Other aspects based on tags
|
# Other aspects
|
||||||
inputs.self.modules.nixos.fwupd
|
inputs.self.modules.nixos.fwupd
|
||||||
|
inputs.self.modules.nixos.podman
|
||||||
|
|
||||||
# Host-specific files (from _alexandria/)
|
# Host-specific files (from _alexandria/)
|
||||||
./_alexandria/hardware-configuration.nix
|
./_alexandria/hardware-configuration.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue