mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 09:35:12 -05:00
Compare commits
5 commits
425f1037d4
...
bd524a279c
Author | SHA1 | Date | |
---|---|---|---|
![]() |
bd524a279c | ||
![]() |
d740ec81ac | ||
![]() |
b6a8aef44c | ||
![]() |
2393951118 | ||
![]() |
03e2187d69 |
6 changed files with 20 additions and 2 deletions
|
@ -60,6 +60,7 @@ let
|
|||
domains = genOptions stringType "url";
|
||||
dns = genOptions stringType "provider";
|
||||
localhost = genOptions stringType "address";
|
||||
remotehost = genOptions stringType "address";
|
||||
email = genOptions stringType "address";
|
||||
sops = genOptions stringType "path";
|
||||
paths = genOptions stringType "path";
|
||||
|
|
|
@ -23,4 +23,7 @@ in
|
|||
address2 = "192.168.50.1"; # Router
|
||||
address3 = "192.168.50.0"; # Router
|
||||
};
|
||||
remotehost = {
|
||||
address0 = "24.76.173.0";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -6,9 +6,9 @@ with pkgs.vscode-extensions;
|
|||
elmtooling.elm-ls-vscode
|
||||
esbenp.prettier-vscode
|
||||
haskell.haskell
|
||||
justusadam.language-haskell
|
||||
james-yu.latex-workshop
|
||||
bbenoist.nix
|
||||
# jnoortheen.nix-ide
|
||||
mattn.lisp
|
||||
mkhl.direnv
|
||||
pkief.material-icon-theme
|
||||
|
|
|
@ -40,6 +40,7 @@ in
|
|||
sddm
|
||||
flatpak
|
||||
xserver
|
||||
wireGuard
|
||||
;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -9,6 +9,7 @@ let
|
|||
inherit (flake) self;
|
||||
inherit (flake.config.people) user0;
|
||||
inherit (flake.config.machines) devices;
|
||||
inherit (flake.config.services) instances;
|
||||
inherit (flake.config.people.users.${user0}) name paths;
|
||||
|
||||
hostname = config.networking.hostName;
|
||||
|
@ -71,7 +72,7 @@ in
|
|||
in
|
||||
{
|
||||
text = ''
|
||||
rebuildboot:
|
||||
rebuildBoot:
|
||||
nixos-rebuild boot --use-remote-sudo --flake ~/Files/Projects/dotfiles#${hostname} --show-trace
|
||||
|
||||
rebuild:
|
||||
|
@ -86,6 +87,9 @@ in
|
|||
server:
|
||||
ssh ${devices.ceres.ip.address0}
|
||||
|
||||
serverRemote:
|
||||
ssh ${instances.web.remotehost.address0}
|
||||
|
||||
${deviceLogic.name}:
|
||||
ssh ${deviceLogic.ip.address0}
|
||||
|
||||
|
|
|
@ -15,6 +15,15 @@
|
|||
sops
|
||||
ssh-to-age
|
||||
nixfmt-rfc-style
|
||||
dhall
|
||||
dhall-json
|
||||
dhall-lsp-server
|
||||
helix-gpt
|
||||
libz
|
||||
ngrep
|
||||
stripe-cli
|
||||
vscode-langservers-extracted
|
||||
zlib
|
||||
;
|
||||
inherit (pkgs-stable.elmPackages)
|
||||
elm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue