mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2025-04-12 17:01:23 +02:00
add .remoteenv
This commit is contained in:
parent
2f3bcaf124
commit
6289d4d1b4
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
result*
|
||||
/configuration.nix
|
||||
/.direnv/
|
||||
/.remote.toml
|
||||
|
5
.remoteenv
Normal file
5
.remoteenv
Normal file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
# used by the `remote-exec` package
|
||||
eval "$(nix print-dev-env .#default)"
|
||||
# echo Entered "$(hostname --fqdn)" # just why systemd-networkd...
|
||||
echo Entered "$(hostname)"
|
15
.remoteignore.toml
Normal file
15
.remoteignore.toml
Normal file
@ -0,0 +1,15 @@
|
||||
# used by the `remote-exec` package
|
||||
[push]
|
||||
exclude = []
|
||||
include = []
|
||||
|
||||
[pull]
|
||||
exclude = ["*"]
|
||||
|
||||
[both]
|
||||
exclude = [
|
||||
".remote.toml",
|
||||
".direnv",
|
||||
"result*",
|
||||
]
|
||||
include = []
|
Loading…
Reference in New Issue
Block a user