This commit is contained in:
2025-07-26 21:30:13 +03:00
parent d90d5483e1
commit 97d406fe7e
5 changed files with 35 additions and 4 deletions
+5
View File
@@ -24,6 +24,11 @@ let
self.homeConfigurations.root.nixosModule
];
sops = {
defaultSopsFile = ./secrets/example.yaml;
age.keyFile = "/var/lib/sops-nix/key.txt";
};
fileSystems = {
"${inputs.zeroq.dirs.therima-drive}" = {
device = "/dev/disk/by-uuid/C0A2DDEFA2DDEA44";
+5 -1
View File
@@ -8,7 +8,6 @@ let
...
}:
let
last-stable = import inputs.nixpkgs-last-unstable { system = "x86_64-linux"; };
in
{
@@ -26,6 +25,11 @@ let
self.homeConfigurations.server.nixosModule # home-manager configuration module
];
sops = {
defaultSopsFile = ./secrets/example.yaml;
age.keyFile = "/var/lib/sops-nix/key.txt";
};
boot = {
kernelPackages = pkgs.linuxPackages_xanmod_stable;
hardwareScan = true;