configura
This commit is contained in:
parent
8b35323a05
commit
90d90cb232
4 changed files with 6 additions and 6 deletions
7
flake.lock
generated
7
flake.lock
generated
|
|
@ -7,16 +7,15 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1685599623,
|
"lastModified": 1712266167,
|
||||||
"narHash": "sha256-Tob4CMOVHue0D3RzguDBCtUmX5ji2PsdbQDbIOIKvsc=",
|
"narHash": "sha256-gr2CBgT8t+utDqzWSp2vSjX/c39Q0BNtrWE6/cDhhEE=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "93db05480c0c0f30382d3e80779e8386dcb4f9dd",
|
"rev": "0c73c1b8da28a24c4fe842ced3f2548d5828b550",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"ref": "release-23.11",
|
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||||
|
|
||||||
# Home manager
|
# Home manager
|
||||||
home-manager.url = "github:nix-community/home-manager/release-23.11";
|
home-manager.url = "github:nix-community/home-manager";
|
||||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
# TODO: Add any other flake you might need
|
# TODO: Add any other flake you might need
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,6 @@
|
||||||
platformio-core
|
platformio-core
|
||||||
qbittorrent
|
qbittorrent
|
||||||
spotify
|
spotify
|
||||||
tailscale
|
|
||||||
whatsapp-for-linux
|
whatsapp-for-linux
|
||||||
zsh
|
zsh
|
||||||
zoxide
|
zoxide
|
||||||
|
|
|
||||||
|
|
@ -55,6 +55,8 @@
|
||||||
|
|
||||||
environment.shells = with pkgs; [ zsh ];
|
environment.shells = with pkgs; [ zsh ];
|
||||||
|
|
||||||
|
services.tailscale.enable = true;
|
||||||
|
|
||||||
users.users = {
|
users.users = {
|
||||||
horseman = {
|
horseman = {
|
||||||
initialPassword = "1234";
|
initialPassword = "1234";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue