task | nix-anywhere - further fixes
This commit is contained in:
parent
3d6b6ca751
commit
0acb9c52eb
6 changed files with 31 additions and 16 deletions
|
|
@ -4,7 +4,7 @@
|
|||
inputs.disko.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
outputs = { nixpkgs, disko, ... }: {
|
||||
nixosConfigurations.smaug = nixpkgs.lib.nixosSystem {
|
||||
nixosConfigurations.book = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [ disko.nixosModules.disko ./configuration.nix ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue