Compare commits

..

No commits in common. "bd524a279c26675f1257f58f2cff3f7c8780f792" and "425f1037d4508634b873d8a3b9d8da8b7b92d475" have entirely different histories.

6 changed files with 2 additions and 20 deletions

View file

@ -60,7 +60,6 @@ let
domains = genOptions stringType "url"; domains = genOptions stringType "url";
dns = genOptions stringType "provider"; dns = genOptions stringType "provider";
localhost = genOptions stringType "address"; localhost = genOptions stringType "address";
remotehost = genOptions stringType "address";
email = genOptions stringType "address"; email = genOptions stringType "address";
sops = genOptions stringType "path"; sops = genOptions stringType "path";
paths = genOptions stringType "path"; paths = genOptions stringType "path";

View file

@ -23,7 +23,4 @@ in
address2 = "192.168.50.1"; # Router address2 = "192.168.50.1"; # Router
address3 = "192.168.50.0"; # Router address3 = "192.168.50.0"; # Router
}; };
remotehost = {
address0 = "24.76.173.0";
};
} }

View file

@ -6,9 +6,9 @@ with pkgs.vscode-extensions;
elmtooling.elm-ls-vscode elmtooling.elm-ls-vscode
esbenp.prettier-vscode esbenp.prettier-vscode
haskell.haskell haskell.haskell
justusadam.language-haskell
james-yu.latex-workshop james-yu.latex-workshop
bbenoist.nix bbenoist.nix
# jnoortheen.nix-ide
mattn.lisp mattn.lisp
mkhl.direnv mkhl.direnv
pkief.material-icon-theme pkief.material-icon-theme

View file

@ -40,7 +40,6 @@ in
sddm sddm
flatpak flatpak
xserver xserver
wireGuard
; ;
}; };
}; };

View file

@ -9,7 +9,6 @@ let
inherit (flake) self; inherit (flake) self;
inherit (flake.config.people) user0; inherit (flake.config.people) user0;
inherit (flake.config.machines) devices; inherit (flake.config.machines) devices;
inherit (flake.config.services) instances;
inherit (flake.config.people.users.${user0}) name paths; inherit (flake.config.people.users.${user0}) name paths;
hostname = config.networking.hostName; hostname = config.networking.hostName;
@ -72,7 +71,7 @@ in
in in
{ {
text = '' text = ''
rebuildBoot: rebuildboot:
nixos-rebuild boot --use-remote-sudo --flake ~/Files/Projects/dotfiles#${hostname} --show-trace nixos-rebuild boot --use-remote-sudo --flake ~/Files/Projects/dotfiles#${hostname} --show-trace
rebuild: rebuild:
@ -87,9 +86,6 @@ in
server: server:
ssh ${devices.ceres.ip.address0} ssh ${devices.ceres.ip.address0}
serverRemote:
ssh ${instances.web.remotehost.address0}
${deviceLogic.name}: ${deviceLogic.name}:
ssh ${deviceLogic.ip.address0} ssh ${deviceLogic.ip.address0}

View file

@ -15,15 +15,6 @@
sops sops
ssh-to-age ssh-to-age
nixfmt-rfc-style nixfmt-rfc-style
dhall
dhall-json
dhall-lsp-server
helix-gpt
libz
ngrep
stripe-cli
vscode-langservers-extracted
zlib
; ;
inherit (pkgs-stable.elmPackages) inherit (pkgs-stable.elmPackages)
elm elm