mirror of https://git.jolheiser.com/dotnix.git
parent
b64d578fd5
commit
63f37e0a09
|
@ -1,2 +1,4 @@
|
|||
"apps/gui/firefox/work.nix":
|
||||
- age105cm5awxxegyrqthh4vhnxzr0tdy86q8uq52wkkjacfkutp2vprqwseak7
|
||||
"machines/chai/cifs.nix":
|
||||
- age105cm5awxxegyrqthh4vhnxzr0tdy86q8uq52wkkjacfkutp2vprqwseak7
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
# Age
|
||||
apps/gui/firefox/work.nix filter=git-age diff=git-age
|
||||
machines/chai/cifs.nix filter=git-age diff=git-age
|
||||
|
||||
# Git LFS
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
|
|
12
flake.nix
12
flake.nix
|
@ -90,12 +90,11 @@
|
|||
})
|
||||
golink.overlay
|
||||
];
|
||||
commonConfig = {gui ? true}: {config, ...}: let
|
||||
userSecret = path: {
|
||||
file = path;
|
||||
owner = username;
|
||||
};
|
||||
in {
|
||||
userSecret = path: {
|
||||
file = path;
|
||||
owner = username;
|
||||
};
|
||||
commonConfig = {gui ? true}: {config, ...}: {
|
||||
config = {
|
||||
nixpkgs.overlays = overlays;
|
||||
home-manager = {
|
||||
|
@ -150,6 +149,7 @@
|
|||
owner = username;
|
||||
path = "/home/${username}/.config/pip/pip.conf";
|
||||
};
|
||||
cifs = userSecret ./secrets/work/cifs.age;
|
||||
};
|
||||
};
|
||||
})
|
||||
|
|
Binary file not shown.
|
@ -4,7 +4,7 @@
|
|||
modulesPath,
|
||||
...
|
||||
}: {
|
||||
imports = [(modulesPath + "/installer/scan/not-detected.nix")];
|
||||
imports = [(modulesPath + "/installer/scan/not-detected.nix") ./cifs.nix];
|
||||
|
||||
boot.initrd.availableKernelModules = ["xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod"];
|
||||
boot.initrd.kernelModules = [];
|
||||
|
|
|
@ -12,4 +12,5 @@ in {
|
|||
"shared/irc-pw.age".publicKeys = all;
|
||||
"work/netrc.age".publicKeys = [jolheiser chai];
|
||||
"work/pip.conf.age".publicKeys = [jolheiser chai];
|
||||
"work/cifs.age".publicKeys = [jolheiser chai];
|
||||
}
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue