Add needsreboot flake
This commit is contained in:
parent
cec8ce2fd9
commit
3dc11cbaec
2 changed files with 35 additions and 2 deletions
|
@ -5,8 +5,9 @@
|
|||
# configuration.nix. You can also use latter versions if you wish to
|
||||
# upgrade.
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
nixos-needsreboot.url = "https://flakehub.com/f/thefossguy/nixos-needsreboot/*.tar.gz";
|
||||
};
|
||||
outputs = inputs@{ self, nixpkgs, ... }: {
|
||||
outputs = inputs@{ self, nixpkgs, nixos-needsreboot, ... }: {
|
||||
# NOTE: 'nixos' is the default hostname set by the installer
|
||||
nixosConfigurations.valhalla = nixpkgs.lib.nixosSystem {
|
||||
# NOTE: Change this to aarch64-linux if you are on ARM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue