Compare commits
No commits in common. "7fabf0b9a16b826db023795cde63651bd9837689" and "94271348b56679c48f5e1ad1fefefa0e93c86e57" have entirely different histories.
7fabf0b9a1
...
94271348b5
|
@ -16,13 +16,13 @@
|
||||||
networking.hostId = "64cc144d";
|
networking.hostId = "64cc144d";
|
||||||
# https://old.reddit.com/r/zfs/comments/1826lgs/psa_its_not_block_cloning_its_a_data_corruption/
|
# https://old.reddit.com/r/zfs/comments/1826lgs/psa_its_not_block_cloning_its_a_data_corruption/
|
||||||
boot.kernelParams = [ "zfs.zfs_dmu_offset_next_sync=0" ];
|
boot.kernelParams = [ "zfs.zfs_dmu_offset_next_sync=0" ];
|
||||||
boot.zfs.extraPools = [ "pool" ];
|
|
||||||
|
|
||||||
beatific.hostName = "backyard";
|
beatific.hostName = "backyard";
|
||||||
beatific.defaults.tvbSync = false;
|
beatific.defaults.tvbSync = false;
|
||||||
|
|
||||||
# Enable networking
|
# Enable networking
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
|
users.users.tvb.extraGroups = [ "networkmanager" ];
|
||||||
|
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -30,7 +30,6 @@
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
ffmpeg # omnipotent media tool
|
ffmpeg # omnipotent media tool
|
||||||
pv # zfs send progress meter
|
|
||||||
smartmontools # provides smartctl drive inspector
|
smartmontools # provides smartctl drive inspector
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -42,22 +41,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users = {
|
|
||||||
tvb = {
|
|
||||||
extraGroups = [ "networkmanager" ];
|
|
||||||
};
|
|
||||||
katydid = {
|
|
||||||
uid = 1102;
|
|
||||||
isNormalUser = true;
|
|
||||||
group = "katydid";
|
|
||||||
initialPassword = "katydid";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
users.groups = {
|
|
||||||
katydid.gid = 1102;
|
|
||||||
};
|
|
||||||
|
|
||||||
# This value governs how some stateful data, like databases, are handled
|
# This value governs how some stateful data, like databases, are handled
|
||||||
# across different versions of NixOS. This should not be changed to a new
|
# across different versions of NixOS. This should not be changed to a new
|
||||||
# release unless the sysadmin has determined that no services would be
|
# release unless the sysadmin has determined that no services would be
|
||||||
|
|
Loading…
Reference in New Issue