Minor improvements and normalization towards Quartiq workflow #6

Open
eduardotenholder wants to merge 17 commits from eduardotenholder/defenestrate:quartiq into master
2 changed files with 11 additions and 3 deletions
Showing only changes of commit 60f681a33e - Show all commits

3
README
View File

@ -4,6 +4,5 @@
* Copy device database to ~/artiq * Copy device database to ~/artiq
* Set timezone and kb layout * Set timezone and kb layout
* Comment out openssh.authorizedKeys.keys * Comment out openssh.authorizedKeys.keys
* sudo nixos-rebuild boot * sudo seal-off
* sudo nix-collect-garbage -d
* history clear * history clear

View File

@ -1,6 +1,14 @@
{ config, pkgs, artiq, ... }: { config, pkgs, artiq, ... }:
{ let
sealOff = pkgs.writeShellScriptBin "seal-off"
Outdated
Review

This stays in the final environment and pollutes it.

This stays in the final environment and pollutes it.
''
set -e
nixos-rebuild boot
nix-collect-garbage -d
'';
in {
imports = imports =
[ [
./hardware-configuration.nix ./hardware-configuration.nix
@ -36,6 +44,7 @@
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
sealOff
wget wget
vim vim
gitAndTools.gitFull gitAndTools.gitFull