Compare commits
3 commits
8051acd6cc
...
ce5ee1f315
Author | SHA1 | Date | |
---|---|---|---|
ce5ee1f315 | |||
c54f9c4207 | |||
fe1d793481 |
5 changed files with 7 additions and 11 deletions
|
@ -18,6 +18,10 @@ Switch server
|
|||
|
||||
nixos-rebuild switch --target-host root@posixlycorrect.com --use-substitutes --show-trace --flake .\#vps
|
||||
|
||||
Update homepage
|
||||
|
||||
nix flake update --commit-lock-file homepage
|
||||
|
||||
|
||||
## Cleanup
|
||||
|
||||
|
|
|
@ -38,7 +38,6 @@
|
|||
inherit flakes;
|
||||
|
||||
system = "x86_64-linux";
|
||||
doctrinePrefix = "local";
|
||||
|
||||
paths = {
|
||||
localOverlay = "pkgs";
|
||||
|
|
|
@ -27,19 +27,14 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
# trivionomicon
|
||||
local = {
|
||||
trivium = {
|
||||
sway.enable = true;
|
||||
trivionomiconMotd.enable = true;
|
||||
};
|
||||
|
||||
networking = {
|
||||
networkmanager.enable = true;
|
||||
|
||||
#TODO
|
||||
useDHCP = false; # The global useDHCP flag is deprecated, therefore explicitly set to false here.
|
||||
interfaces.enp7s0.useDHCP = true; # Per-interface useDHCP will be mandatory in the future, so this generated config
|
||||
interfaces.wlp6s0.useDHCP = true; # replicates the default behaviour.
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -18,8 +18,7 @@
|
|||
bluetooth.enable = true;
|
||||
};
|
||||
|
||||
# trivionomicon
|
||||
local = {
|
||||
trivium = {
|
||||
laptop.enable = true;
|
||||
thinkpad.enable = true;
|
||||
};
|
||||
|
|
|
@ -37,8 +37,7 @@ with lib; {
|
|||
};
|
||||
};
|
||||
|
||||
# trivionomicon
|
||||
local.soju = {
|
||||
trivium.soju = {
|
||||
enable = true;
|
||||
fullyQualifiedDomain = "soju.posixlycorrect.com";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue