disko siken

This commit is contained in:
tulg 2025-10-19 21:56:53 +03:00
parent 014c7a45bb
commit 1b0796e4dd
8 changed files with 319 additions and 27 deletions

View file

@ -36,7 +36,7 @@
inherit system;
specialArgs = { inherit inputs; };
modules = [
./configuration.nix
./hosts/virgil/configuration.nix
home-manager.nixosModules.home-manager
inputs.disko.nixosModules.disko
{
@ -50,7 +50,7 @@
backupFileExtension = "backup";
users.tulg = {
imports = [ ./home.nix ];
imports = [ ./modules/home.nix ];
};
};
}