mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-16 06:51:50 +03:00
123
This commit is contained in:
@@ -49,7 +49,6 @@ let
|
|||||||
users.root = rootModule;
|
users.root = rootModule;
|
||||||
sharedModules = [
|
sharedModules = [
|
||||||
inputs.plasma-manager.homeModules.plasma-manager
|
inputs.plasma-manager.homeModules.plasma-manager
|
||||||
inputs.sops-nix.homeManagerModules.sops
|
|
||||||
];
|
];
|
||||||
extraSpecialArgs = { inherit inputs; };
|
extraSpecialArgs = { inherit inputs; };
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -24,11 +24,6 @@ let
|
|||||||
self.nixosModules.default
|
self.nixosModules.default
|
||||||
];
|
];
|
||||||
|
|
||||||
sops = {
|
|
||||||
defaultSopsFile = ./secrets/example.yaml;
|
|
||||||
age.keyFile = "/var/lib/sops-nix/key.txt";
|
|
||||||
};
|
|
||||||
|
|
||||||
fileSystems = {
|
fileSystems = {
|
||||||
"${xlib.dirs.therima-drive}" = {
|
"${xlib.dirs.therima-drive}" = {
|
||||||
device = "/dev/disk/by-uuid/C0A2DDEFA2DDEA44";
|
device = "/dev/disk/by-uuid/C0A2DDEFA2DDEA44";
|
||||||
|
|||||||
Reference in New Issue
Block a user