mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-25 06:19:10 +00:00
setups: fix configs
This commit is contained in:
parent
bfd308f813
commit
f84189e548
@ -29,6 +29,10 @@
|
|||||||
inputs.nix-colors.homeManagerModules.default
|
inputs.nix-colors.homeManagerModules.default
|
||||||
inputs.nur.hmModules.nur
|
inputs.nur.hmModules.nur
|
||||||
];
|
];
|
||||||
|
deploy = {
|
||||||
|
autoRollback = true;
|
||||||
|
magicRollback = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
plover.systems = [ "x86_64-linux" ];
|
plover.systems = [ "x86_64-linux" ];
|
||||||
|
@ -39,8 +39,8 @@
|
|||||||
domain = "foodogsquared.one";
|
domain = "foodogsquared.one";
|
||||||
deploy = {
|
deploy = {
|
||||||
hostname = "plover.foodogsquared.one";
|
hostname = "plover.foodogsquared.one";
|
||||||
auto-rollback = true;
|
autoRollback = true;
|
||||||
magic-rollback = true;
|
magicRollback = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -56,7 +56,7 @@
|
|||||||
bootstrap = {
|
bootstrap = {
|
||||||
systems = [ "aarch64-linux" "x86_64-linux" ];
|
systems = [ "aarch64-linux" "x86_64-linux" ];
|
||||||
formats = [ "install-iso" ];
|
formats = [ "install-iso" ];
|
||||||
nixpkgs-branch = "nixos-unstable-small";
|
nixpkgsBranch = "nixos-unstable-small";
|
||||||
};
|
};
|
||||||
|
|
||||||
# The barely customized graphical installer.
|
# The barely customized graphical installer.
|
||||||
|
Loading…
Reference in New Issue
Block a user