mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user