fish time
This commit is contained in:
parent
82de1bc7bf
commit
0193299c10
12
flake.lock
12
flake.lock
|
@ -139,11 +139,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1709968292,
|
"lastModified": 1710201989,
|
||||||
"narHash": "sha256-XAid2YoXvn2zYW5cXvAxqcUImOT9C+Mld62gcke2JD4=",
|
"narHash": "sha256-59qYbEokwbVFz5P8rvQKw4ofaUDioi7dvnsgBa/K2Zw=",
|
||||||
"owner": "nixos-bsd",
|
"owner": "nixos-bsd",
|
||||||
"repo": "nixbsd",
|
"repo": "nixbsd",
|
||||||
"rev": "f939a8214c23ea53af0095186c5f86b5ecfb37a4",
|
"rev": "bd44184424f84dfaf8ca812917e2a014bbc7896c",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -154,11 +154,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1710114529,
|
"lastModified": 1710200562,
|
||||||
"narHash": "sha256-QIkIRJfiycGcOyKguwEkH9pV9b7D9NvLvduIucxirxU=",
|
"narHash": "sha256-VLlK9AjrJlBOStZmkVRAoQE82Dp3UYs12o8oywojx5A=",
|
||||||
"owner": "rhelmot",
|
"owner": "rhelmot",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "abba4676b872602e3a4a363b6a68e307e99cb23e",
|
"rev": "172a14706e241556f7f271d6f6756a073abf120c",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -10,8 +10,11 @@
|
||||||
description = "Artemis Tosini";
|
description = "Artemis Tosini";
|
||||||
extraGroups = [ "wheel" ];
|
extraGroups = [ "wheel" ];
|
||||||
initialPassword = "toor";
|
initialPassword = "toor";
|
||||||
|
shell = "/run/current-system/sw/bin/fish";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.fish.enable = true;
|
||||||
|
|
||||||
services.sshd.enable = true;
|
services.sshd.enable = true;
|
||||||
boot.loader.stand.enable = true;
|
boot.loader.stand.enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue