Compare commits
No commits in common. "3b1ed7e28172cf3ffe542315df94b44c3a6db3b9" and "184b0866d47bb89d89f3c82355bc9349a6ee4721" have entirely different histories.
3b1ed7e281
...
184b0866d4
57 changed files with 15 additions and 18 deletions
|
@ -15,9 +15,9 @@
|
|||
./nfs.nix
|
||||
./radicale.nix
|
||||
|
||||
../../modules/DEFAULT/COMMON
|
||||
../../modules/DEFAULT/SERVER
|
||||
../../modules/HOME-MANAGER/COMMON
|
||||
../../modules/common
|
||||
../../modules/server
|
||||
../../modules/home-manager
|
||||
|
||||
];
|
||||
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
./hardware-configuration.nix
|
||||
#./disko.nix
|
||||
|
||||
../../modules/DEFAULT/COMMON
|
||||
../../modules/DEFAULT/DESKTOP
|
||||
../../modules/HOME-MANAGER/COMMON
|
||||
../../modules/common
|
||||
../../modules/desktop
|
||||
../../modules/home-manager
|
||||
];
|
||||
|
||||
common.syncthing = {
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
./hardware-configuration.nix
|
||||
./disko.nix
|
||||
|
||||
../../modules/DEFAULT/COMMON
|
||||
../../modules/DEFAULT/DESKTOP
|
||||
../../modules/HOME-MANAGER/COMMON
|
||||
../../modules/common
|
||||
../../modules/desktop
|
||||
../../modules/home-manager
|
||||
|
||||
];
|
||||
}
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
./hardware-configuration.nix
|
||||
./disko.nix
|
||||
|
||||
../../modules/DEFAULT/COMMON
|
||||
../../modules/DEFAULT/DESKTOP
|
||||
../../modules/HOME-MANAGER/COMMON
|
||||
../../modules/common
|
||||
../../modules/desktop
|
||||
../../modules/home-manager
|
||||
|
||||
];
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
|
||||
|
||||
sops.defaultSopsFile = ../../../secrets/secrets.yaml;
|
||||
sops.defaultSopsFile = ../../secrets/secrets.yaml;
|
||||
sops.defaultSopsFormat = "yaml";
|
||||
|
||||
sops.age.keyFile = "/home/willifan/.config/sops/age/keys.txt";
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{ config, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
|
@ -7,8 +7,6 @@
|
|||
./vscodium.nix
|
||||
];
|
||||
|
||||
|
||||
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
|
||||
}
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
hardware.saleae-logic.enable = true;
|
||||
|
||||
services.udev.packages = [
|
||||
pkgs.android-udev-rules
|
||||
(pkgs.writeTextFile {
|
||||
name = "sigrok";
|
||||
text = ''
|
||||
|
@ -430,4 +429,4 @@
|
|||
})
|
||||
];
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue