This commit is contained in:
albert 2024-04-29 12:32:15 +09:00
parent c58c8db4c4
commit 94965b353c
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A
2 changed files with 3 additions and 2 deletions

View file

@ -18,8 +18,6 @@
sops = {
gnupg.home = "~/.gnupg/";
gnupg.sshKeyPaths = [];
# defaultSymlinkPath = "/run/user/1000/secrets";
# defaultSecretsMountPoint = "/run/user/1000/secrets.d";
};
accounts = {

View file

@ -16,6 +16,9 @@
prefixLength = 24;
}];
programs.fish.enable = true;
time.timeZone = "Asia/Tokyo";
# We can access the internet through this interface.
networking.defaultGateway = {
address = "192.168.2.1";