Updates
This commit is contained in:
parent
c58c8db4c4
commit
94965b353c
2 changed files with 3 additions and 2 deletions
|
@ -18,8 +18,6 @@
|
||||||
sops = {
|
sops = {
|
||||||
gnupg.home = "~/.gnupg/";
|
gnupg.home = "~/.gnupg/";
|
||||||
gnupg.sshKeyPaths = [];
|
gnupg.sshKeyPaths = [];
|
||||||
# defaultSymlinkPath = "/run/user/1000/secrets";
|
|
||||||
# defaultSecretsMountPoint = "/run/user/1000/secrets.d";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
accounts = {
|
accounts = {
|
||||||
|
|
|
@ -16,6 +16,9 @@
|
||||||
prefixLength = 24;
|
prefixLength = 24;
|
||||||
}];
|
}];
|
||||||
|
|
||||||
|
programs.fish.enable = true;
|
||||||
|
time.timeZone = "Asia/Tokyo";
|
||||||
|
|
||||||
# We can access the internet through this interface.
|
# We can access the internet through this interface.
|
||||||
networking.defaultGateway = {
|
networking.defaultGateway = {
|
||||||
address = "192.168.2.1";
|
address = "192.168.2.1";
|
||||||
|
|
Loading…
Reference in a new issue