thrall: Prepare off-site backup

This commit is contained in:
Alexander Kobjolke 2021-12-07 20:18:18 +01:00
parent 8224f8c283
commit c47e0ae218
4 changed files with 17 additions and 15 deletions

View file

@ -21,21 +21,15 @@
outputs = { self, hm, nixpkgs, agenix, ... }@inputs: {
inherit self inputs;
nixpkgs.config.allowUnfree = true; #Predicate = pkg: builtins.elem (nixpkgs.lib.getName pkg) [ "dropbox" ];
nixosConfigurations."thrall" = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
({
nixpkgs = {
config.allowUnfree = true;
};
})
({ nixpkgs = { config.allowUnfree = true; }; })
inputs.snm.nixosModule
./modules/security.nix
./hosts/thrall
./modules/security.nix
./hosts/thrall
agenix.nixosModules.age
hm.nixosModules.home-manager
hm.nixosModules.home-manager
{
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;