.
This commit is contained in:
parent
da52258730
commit
218802b36f
3 changed files with 36 additions and 3 deletions
|
|
@ -6,7 +6,9 @@
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [];
|
imports = [
|
||||||
|
inputs.sops-nix.homeManager.sops
|
||||||
|
];
|
||||||
|
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
overlays = [
|
overlays = [
|
||||||
|
|
@ -56,7 +58,6 @@
|
||||||
reaper
|
reaper
|
||||||
retext
|
retext
|
||||||
solaar
|
solaar
|
||||||
syncthing
|
|
||||||
spotify
|
spotify
|
||||||
thunderbird
|
thunderbird
|
||||||
whatsapp-for-linux
|
whatsapp-for-linux
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,9 @@
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [];
|
imports = [
|
||||||
|
inputs.sops-nix.homeManagerModules.sops
|
||||||
|
];
|
||||||
|
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
overlays = [
|
overlays = [
|
||||||
|
|
|
||||||
|
|
@ -51,6 +51,36 @@
|
||||||
fallbackDns = [ "1.1.1.1#one.one.one.one" "1.0.0.1#one.one.one.one" ];
|
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 = {
|
users.users = {
|
||||||
horseman = {
|
horseman = {
|
||||||
initialPassword = "1234";
|
initialPassword = "1234";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue