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