Add autoupgrade
This commit is contained in:
parent
0042da23be
commit
18bb13226c
4 changed files with 21 additions and 1 deletions
|
@ -29,6 +29,7 @@
|
|||
};
|
||||
|
||||
outputs = {
|
||||
self,
|
||||
nixpkgs,
|
||||
unstable,
|
||||
lanzaboote,
|
||||
|
@ -46,6 +47,7 @@
|
|||
inherit modules;
|
||||
specialArgs = {
|
||||
inherit
|
||||
self
|
||||
unstable
|
||||
lanzaboote
|
||||
disko
|
||||
|
@ -77,7 +79,7 @@
|
|||
axolotl = mkNix [ ./hosts/axolotl ]; # PineBook Pro
|
||||
lacros = mkNix [ ./hosts/lacros ]; # Dell Chromebook
|
||||
redmond = mkNix [ ./hosts/redmond ]; # Lenovo Dual-Boot Laptop
|
||||
extern = mkNix [ ./hosts/extern ]; # ISO Image
|
||||
extern = mkNix [ ./hosts/extern ]; # External Drive/USB
|
||||
|
||||
kitty = mkNix [ ./hosts/kitty ]; # Dell Optiplex 7010
|
||||
xenia = mkNix [ ./hosts/xenia ]; # Acer Veriton X2611G
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue