This website requires JavaScript.
Explore
Help
Register
Sign in
Gleipnir
/
nixos-systems
Watch
1
Star
0
Fork
You've already forked nixos-systems
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
af5c966e5b
nixos-systems
/
nixos-anywhere
/
modules
/
system
/
default.nix
10 lines
96 B
Nix
Raw
Normal View
History
Unescape
Escape
Add home-manager, per-user configs, and tmux configuration
2025-07-11 21:24:59 +00:00
{
imports
=
[
Add cloud-init and digital ocean agent monitor This should help with properly setting up IPv6 and with getting statistics about what the machine is doing.
2025-07-12 03:35:12 +00:00
./cloud-init.nix
./do-agent.nix
Add the fish shell Which we need because of our tmux config.
2025-07-11 22:33:20 +00:00
./fish.nix
Disable prompting for password for sudo
2025-07-12 03:44:42 +00:00
./sudo.nix
Add home-manager, per-user configs, and tmux configuration
2025-07-11 21:24:59 +00:00
./tmux.nix
]
;
}
Reference in a new issue
Copy permalink