This commit is contained in:
KoenDR06 2024-05-18 11:34:37 +02:00
parent da52258730
commit 218802b36f
3 changed files with 36 additions and 3 deletions

View file

@ -6,7 +6,9 @@
pkgs,
...
}: {
imports = [];
imports = [
inputs.sops-nix.homeManager.sops
];
nixpkgs = {
overlays = [
@ -56,7 +58,6 @@
reaper
retext
solaar
syncthing
spotify
thunderbird
whatsapp-for-linux

View file

@ -6,7 +6,9 @@
pkgs,
...
}: {
imports = [];
imports = [
inputs.sops-nix.homeManagerModules.sops
];
nixpkgs = {
overlays = [

View file

@ -51,6 +51,36 @@
fallbackDns = [ "1.1.1.1#one.one.one.one" "1.0.0.1#one.one.one.one" ];
};
# services.syncthing = {
# enable = true;
# user = "horseman";
# dataDir = "/home/horseman";
# configDir = "/home/horseman/.config/syncthing";
# overrideDevices = true;
# overrideFolders = true;
# settings = {
# devices = {
# "luna" = ;
# "terra" = ;
# "solis" = ;
# };
# folders = {
# "Documents" = {
# path = "/home/horseman/Documents";
# devices = [ "solis" "terra" "luna" ];
# }:
# "Programming" = {
# path = "/home/horseman/Programming";
# devices = [ "solis" "terra" "luna" ];
# };
# };
# gui = {
# user = ;
# password = ;
# };
# };
# };
users.users = {
horseman = {
initialPassword = "1234";