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
|
./nfs.nix
|
||||||
./radicale.nix
|
./radicale.nix
|
||||||
|
|
||||||
../../modules/DEFAULT/COMMON
|
../../modules/common
|
||||||
../../modules/DEFAULT/SERVER
|
../../modules/server
|
||||||
../../modules/HOME-MANAGER/COMMON
|
../../modules/home-manager
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -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";
|
|
@ -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" ];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue