Compare commits
2 Commits
f3f4145d00
...
94e74ffd8a
| Author | SHA1 | Date | |
|---|---|---|---|
| 94e74ffd8a | |||
| 8ba98bd9f1 |
@@ -24,8 +24,8 @@ nix build .#nixosConfigurations.magicman.config.system.build.toplevel
|
||||
nix develop
|
||||
```
|
||||
|
||||
If config clearly only affects one host, bulding for just the relevant host is enough.
|
||||
Otherwise, build both.
|
||||
If config clearly only affects one host, building for just the relevant host is enough.
|
||||
Otherwise, build both. **Always ask before building gunter** — it takes a long time.
|
||||
|
||||
If moving things around, you can use `nix eval` before and after changes to check that things remain the same.
|
||||
```
|
||||
|
||||
@@ -115,7 +115,7 @@ in
|
||||
(lutris.override {
|
||||
extraLibraries = pkgs: [
|
||||
nspr
|
||||
xorg.libXdamage
|
||||
libxdamage
|
||||
];
|
||||
})
|
||||
];
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
|
||||
# Networking stuff
|
||||
networking.hostName = "magicman"; # Define your hostname.
|
||||
networking.networkmanager.wifi.backend = "iwd";
|
||||
|
||||
hardware = {
|
||||
enableRedistributableFirmware = true;
|
||||
|
||||
Reference in New Issue
Block a user