Compare commits

..

No commits in common. "3b1ed7e28172cf3ffe542315df94b44c3a6db3b9" and "184b0866d47bb89d89f3c82355bc9349a6ee4721" have entirely different histories.

57 changed files with 15 additions and 18 deletions

View file

@ -15,9 +15,9 @@
./nfs.nix ./nfs.nix
./radicale.nix ./radicale.nix
../../modules/DEFAULT/COMMON ../../modules/common
../../modules/DEFAULT/SERVER ../../modules/server
../../modules/HOME-MANAGER/COMMON ../../modules/home-manager
]; ];

View file

@ -4,9 +4,9 @@
./hardware-configuration.nix ./hardware-configuration.nix
#./disko.nix #./disko.nix
../../modules/DEFAULT/COMMON ../../modules/common
../../modules/DEFAULT/DESKTOP ../../modules/desktop
../../modules/HOME-MANAGER/COMMON ../../modules/home-manager
]; ];
common.syncthing = { common.syncthing = {

View file

@ -4,9 +4,9 @@
./hardware-configuration.nix ./hardware-configuration.nix
./disko.nix ./disko.nix
../../modules/DEFAULT/COMMON ../../modules/common
../../modules/DEFAULT/DESKTOP ../../modules/desktop
../../modules/HOME-MANAGER/COMMON ../../modules/home-manager
]; ];
} }

View file

@ -4,9 +4,9 @@
./hardware-configuration.nix ./hardware-configuration.nix
./disko.nix ./disko.nix
../../modules/DEFAULT/COMMON ../../modules/common
../../modules/DEFAULT/DESKTOP ../../modules/desktop
../../modules/HOME-MANAGER/COMMON ../../modules/home-manager
]; ];

View file

@ -2,7 +2,7 @@
{ {
sops.defaultSopsFile = ../../../secrets/secrets.yaml; sops.defaultSopsFile = ../../secrets/secrets.yaml;
sops.defaultSopsFormat = "yaml"; sops.defaultSopsFormat = "yaml";
sops.age.keyFile = "/home/willifan/.config/sops/age/keys.txt"; sops.age.keyFile = "/home/willifan/.config/sops/age/keys.txt";

View file

@ -1,4 +1,4 @@
{ pkgs, ... }: { config, ... }:
{ {
imports = [ imports = [
@ -7,8 +7,6 @@
./vscodium.nix ./vscodium.nix
]; ];
boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
} }

View file

@ -7,7 +7,6 @@
hardware.saleae-logic.enable = true; hardware.saleae-logic.enable = true;
services.udev.packages = [ services.udev.packages = [
pkgs.android-udev-rules
(pkgs.writeTextFile { (pkgs.writeTextFile {
name = "sigrok"; name = "sigrok";
text = '' text = ''