mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
Remove redundant config from Renko
This commit is contained in:
parent
db3db0c9f8
commit
cab29edaac
1 changed files with 0 additions and 19 deletions
|
|
@ -14,25 +14,6 @@ _: let
|
||||||
|
|
||||||
nix.extraOptions = "extra-platforms = x86_64-linux i686-linux";
|
nix.extraOptions = "extra-platforms = x86_64-linux i686-linux";
|
||||||
|
|
||||||
fileSystems = {
|
|
||||||
"/" = {
|
|
||||||
device = "/dev/disk/by-uuid/d91cbfb6-5a09-45d8-b226-fc97c6b09f61";
|
|
||||||
fsType = "ext4";
|
|
||||||
};
|
|
||||||
|
|
||||||
"/boot" = {
|
|
||||||
device = "/dev/disk/by-uuid/FED9-4FD3";
|
|
||||||
fsType = "vfat";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
swapDevices = [
|
|
||||||
{device = "/dev/disk/by-uuid/fd7d113e-7fed-44fc-8ad7-82080f27cd07";}
|
|
||||||
];
|
|
||||||
|
|
||||||
environment.systemPackages = [
|
|
||||||
pkgs.btop
|
|
||||||
];
|
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
nftables.enable = mkForce false;
|
nftables.enable = mkForce false;
|
||||||
firewall.enable = mkForce false;
|
firewall.enable = mkForce false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue