flake.nix | fix paths
This commit is contained in:
parent
7f40a3742c
commit
c36d1a9171
1 changed files with 3 additions and 2 deletions
|
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||||
|
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||||
home-manager = {
|
home-manager = {
|
||||||
url = "github:nix-community/home-manager/release-23.05";
|
url = "github:nix-community/home-manager/release-23.05";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = inputs: {
|
outputs = inputs: {
|
||||||
|
|
@ -25,6 +25,7 @@
|
||||||
networking.hostName = "loki";
|
networking.hostName = "loki";
|
||||||
}
|
}
|
||||||
./wm/sway
|
./wm/sway
|
||||||
|
./hosts/loki/hardware-configuration.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
smaug = inputs.nixpkgs.lib.nixosSystem {
|
smaug = inputs.nixpkgs.lib.nixosSystem {
|
||||||
|
|
@ -46,7 +47,7 @@
|
||||||
}
|
}
|
||||||
inputs.nixos-hardware.nixosModules. google-pixelbook
|
inputs.nixos-hardware.nixosModules. google-pixelbook
|
||||||
./wm/sway
|
./wm/sway
|
||||||
./hosts/smaug/hardware-configuration.nix
|
./hosts/eve/hardware-configuration.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
vm2 = inputs.nixpkgs.lib.nixosSystem {
|
vm2 = inputs.nixpkgs.lib.nixosSystem {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue