file location adjustments
disko may not be required here depending on the fact we are leveraging lxc containers
This commit is contained in:
parent
8f7a75814d
commit
906179fbed
7 changed files with 129 additions and 28 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# See /modules/nixos/* for actual settings
|
||||
# This file is just *top-level* configuration.
|
||||
{ flake, ... }:
|
||||
{ flake, modulesPath, ... }:
|
||||
|
||||
let
|
||||
inherit (flake) inputs;
|
||||
|
|
@ -9,6 +9,7 @@ in
|
|||
{
|
||||
imports = [
|
||||
self.nixosModules.default
|
||||
"${modulesPath}/virtualisation/lxc-container.nix"
|
||||
./configuration.nix
|
||||
./hardware-configuration.nix
|
||||
./disko.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue