use home-manager module for all networked computers by default
This commit is contained in:
parent
a5b561b973
commit
1874ec066e
1 changed files with 6 additions and 0 deletions
|
|
@ -7,10 +7,16 @@
|
||||||
storage.legacy = { };
|
storage.legacy = { };
|
||||||
};
|
};
|
||||||
defaults = {
|
defaults = {
|
||||||
|
imports = [
|
||||||
|
# make sure you have properly added the home-manager channel!
|
||||||
|
<home-manager/nixos>
|
||||||
|
];
|
||||||
|
|
||||||
documentation.enable = false;
|
documentation.enable = false;
|
||||||
|
|
||||||
# for nixops to log in and perform operations as haak (instead of root)
|
# for nixops to log in and perform operations as haak (instead of root)
|
||||||
security.sudo.wheelNeedsPassword = false;
|
security.sudo.wheelNeedsPassword = false;
|
||||||
|
home-manager.users.haak = (import ../home/commandline.nix);
|
||||||
};
|
};
|
||||||
nas = {
|
nas = {
|
||||||
deployment.targetHost = "192.168.1.65";
|
deployment.targetHost = "192.168.1.65";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue