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";
dns = genOptions stringType "provider";
localhost = genOptions stringType "address";
remotehost = genOptions stringType "address";
email = genOptions stringType "address";
sops = genOptions stringType "path";
paths = genOptions stringType "path";

View file

@ -23,7 +23,4 @@ in
address2 = "192.168.50.1"; # 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
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

View file

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

View file

@ -9,7 +9,6 @@ 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;
@ -72,7 +71,7 @@ in
in
{
text = ''
rebuildBoot:
rebuildboot:
nixos-rebuild boot --use-remote-sudo --flake ~/Files/Projects/dotfiles#${hostname} --show-trace
rebuild:
@ -87,9 +86,6 @@ in
server:
ssh ${devices.ceres.ip.address0}
serverRemote:
ssh ${instances.web.remotehost.address0}
${deviceLogic.name}:
ssh ${deviceLogic.ip.address0}

View file

@ -15,15 +15,6 @@
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