meow set up vaultwarden
This commit is contained in:
parent
b6670bcd1a
commit
b159ff8c4b
6 changed files with 164 additions and 0 deletions
17
flake.nix
17
flake.nix
|
@ -54,6 +54,23 @@
|
|||
nixos-hardware.nixosModules.apple-t2
|
||||
];
|
||||
};
|
||||
schrottserver = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
};
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./schrottserver/configuration.nix
|
||||
home-manager.nixosModules.home-manager {
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.jade = { nixosConfig, pkgs, ... }: {
|
||||
home.sessionVariables.TZ = nixosConfig.time.timeZone;
|
||||
home.stateVersion = "${nixosConfig.system.stateVersion}";
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue