changed nix to import this directory

This commit is contained in:
Bit Borealis 2023-03-25 19:55:32 +00:00
parent 4f0d1031f1
commit a65c5be9b2
Signed by: theotheroracle
GPG Key ID: 2D816A2DCA6E5649
2 changed files with 4 additions and 5 deletions

View File

@ -50,6 +50,10 @@ in {
# configure networking
networking.hostName = "vulkan";
networking.networkmanager.enable = true;
networking.hosts = {
"162.255.119.254" = ["www.librepunk.club"];
"129.21.49.69" = ["www.librepunk.club"];
};
# configure locale
time.timeZone = "Etc/UTC";

View File

@ -1,5 +0,0 @@
#!/run/current-system/sw/bin/fish
cp -R /etc/nixos/* .
git add .
git commit
git push