mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
added backup of current config to /etc/booted-system and nix.registry
This commit is contained in:
parent
4a10671be7
commit
ec27847966
3 changed files with 23 additions and 18 deletions
|
|
@ -49,7 +49,7 @@
|
|||
gerg-desktop = lib.nixosSystem {
|
||||
inherit system pkgs;
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
inherit inputs self;
|
||||
settings = {
|
||||
username = "gerg";
|
||||
version = "23.05";
|
||||
|
|
@ -66,7 +66,7 @@
|
|||
game-laptop = lib.nixosSystem {
|
||||
inherit system pkgs;
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
inherit inputs self;
|
||||
settings = {
|
||||
username = "games";
|
||||
version = "23.05";
|
||||
|
|
@ -82,7 +82,7 @@
|
|||
moms-laptop = lib.nixosSystem {
|
||||
inherit system pkgs;
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
inherit inputs self;
|
||||
settings = {
|
||||
username = "jo";
|
||||
version = "23.05";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue