mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
in progress
This commit is contained in:
parent
d890e4044f
commit
fe512e2175
5 changed files with 33 additions and 27 deletions
|
|
@ -7,6 +7,10 @@
|
|||
url = "github:nix-community/home-manager/master";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
nur = {
|
||||
url = "github:nix-community/NUR";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
disko = {
|
||||
url = "github:nix-community/disko";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
@ -23,7 +27,7 @@
|
|||
allowUnfree = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
in
|
||||
{
|
||||
nixosConfigurations.socrates = nixpkgs.lib.nixosSystem {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue