Nixos-Configuration/modules/nixos/default.nix
Jermeiah S 906179fbed
file location adjustments
disko may not be required here depending on the fact we are leveraging
lxc containers
2025-06-14 06:01:03 -04:00

9 lines
164 B
Nix

# This is your nixos configuration.
# For home configuration, see /modules/home/*
{ flake, ... }:
{
imports = [
flake.inputs.self.nixosModules.common
];
}