mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
Testing
This commit is contained in:
parent
965a0f5994
commit
5989e43c87
3 changed files with 28 additions and 1 deletions
|
|
@ -7,9 +7,13 @@
|
|||
url = "github:nix-community/home-manager/master";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
disko = {
|
||||
url = "github:nix-community/disko";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, home-manager }:
|
||||
outputs = { self, nixpkgs, home-manager, disko }:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
|
||||
|
|
@ -26,6 +30,7 @@
|
|||
inherit system;
|
||||
modules = [
|
||||
./sysConfig
|
||||
disko.nixosModules.disko
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue