setups: fix configs

This commit is contained in:
Gabriel Arazas 2024-01-17 17:33:31 +08:00
parent bfd308f813
commit f84189e548
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC
2 changed files with 7 additions and 3 deletions

View File

@ -29,6 +29,10 @@
inputs.nix-colors.homeManagerModules.default
inputs.nur.hmModules.nur
];
deploy = {
autoRollback = true;
magicRollback = true;
};
};
plover.systems = [ "x86_64-linux" ];

View File

@ -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.