thrall: Prepare off-site backup
This commit is contained in:
parent
8224f8c283
commit
c47e0ae218
4 changed files with 17 additions and 15 deletions
14
flake.nix
14
flake.nix
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue